iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide522659-001
A-63
Server
If you omit this command, the default is 1.
The following Maxlinks command would allow only three concurrent
requests, from all CPUs combined, to any server in the server class:
Maxlinks 3
This command is optional.
Maxservers max-number
specifies the maximum number of servers in this server class that can run at the
same time.
max-number must be a value from 1 through 4095. If you omit this command,
the default is 1.
The operating system assigns process names in the form $Xnnn, $Ynnn, or
$Znnn after the last predefined process name is used.
An example of the Maxservers command is as follows:
Maxservers 5
This command is optional.
Numstatic max-number
specifies the maximum number of static servers within this server class.
max-number must be a value from 0 to 4095.
The value for Maxservers minus the value for Numstatic is the number of
dynamic servers for the server class. Links to dynamic servers are granted to a
LINKMON process by PATHMON when a link request cannot be satisfied by a
static server. Dynamic server processes are started by PATHMON only as the
result of a link request; they are not started by the START SERVER command.
The value of Numstatic cannot exceed the value of Maxservers.
If you omit this command, the default is 1.
An example of the Numstatic command is as follows:
Numstatic 2
This command is optional.
Note. To support sessions, the SSC’s Numstatic and Maxservers attributes must have
the same value.
Note. To support sessions, the SSC’s Numstatic and Maxservers attributes must have
the same value.