iTP Secure WebServer System Administrator's Guide (Version 7.0)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-73
Server Commands
the default home terminal is the home terminal used by the PATHMON process on
this machine. It is recommended that you use an asynchronous terminal for the
PATHMON home terminal.
An example of the Hometerm command is:
Hometerm /G/terma
This command is optional.
Linkdepth max-number
specifies the maximum number of concurrent links that a specific LINKMON
process can have to any server process in the class defined by this Server
directive. A LINKMON process manages the links for all requesters in the same
processor as the LINKMON process.
The value of Linkdepth should not exceed the value of Maxlinks and cannot
exceed 255.
If you omit this command, the default is 1.
Typically, you use the Linkdepth command to allow multithreaded servers; for
servers that are not multithreaded, use the default value of 1 for Linkdepth.
The following Linkdepth command would allow two concurrent requests from
each LINKMON process to any server in the server class:
Linkdepth 2
MapDefine define-name OSS-path
allows a server to be propagated with a define set.
An example of the MapDefine command is:
MapDefine =TCPIP^PROCESS^NAME /G/ztc0
MapDefine =abc /G/system/sql
where the first token is a legal define name and the second token is the OSS form
of a Guardian file name.
This command is optional.
Maxlinks max-number
specifies the maximum number of concurrent links permitted between all
LINKMON processes—therefore, between requesters in all processors—and a
server process in the class defined by this Server directive.
Note. In order to achieve the load-balancing enhancement described in iTP Secure
WebServer httpd on page 1-9, the Linkdepth command value must be set to 1 (the default
value) for the httpd configuration.