Important: The information in this document is obsolete and should not be used for new development.
Obtaining Information About ASP's Maximum Capacities and the Status of the Server
This section describes theASPGetParms
function that you can use to determine how many concurrent ASP sessions can run on your node and the maximum amount of data that you can send and receive across a session. Before you open an ASP session, you should call theASPGetParms
function to determine the maximum sizes of commands and replies that ASP supports on your node.This section also describes the
ASPGetStatus
function that you can use to obtain server status information without opening a session with the server.
Subtopics
- ASPGetParms
- ASPGetStatus