TS/MP 2.5 Management Programming Manual

to expire. While waiting for ZCREATEDELAY to expire, if an established or newly
created link becomes available, the link manager immediately uses that link.
If you are using the Pathway/iTS product, then note that when the TCP calculates
that insufficient server resources are available, the TCP delays all future link requests
from the PATHMON process by the value of CREATEDELAY or by 60 seconds,
whichever is greater.
ZDEBUG
specifies whether the server processes in this server class enter debug mode when
starting. The valid values are:
ZPWY-VAL-OFF Directs the server processes not to enter debug mode.
ZPWY-VAL-ON Directs the server processes to enter debug mode. If the
PATHMON process was started with INSPECT ON or the server
program was compiled or bound with the Inspect process
defined, the servers enter Inspect mode for debugging. For
more information about Inspect mode, see the Inspect Manual.
For information regarding errors that can occur when a server
process is in debug mode, see the TS/MP 2.5 Pathsend and
Server Programming Manual.
If you do not assign a value to this field, then the default is ZPWY-VAL-OFF.
ZDELETEDELAY
specifies the maximum amount of time a link between a link manager, and a
dynamic server process in a server class can remain idle before the link manager
automatically returns the link to the dynamic server.
You must specify ZDELETEDELAY as a quadrupleword (64-bit) microsecond value.
To convert a value expressed in hours, minutes, or seconds into a quadword
microsecond value, use the algorithm:
hours * 60 = minutes
minutes * 60 = seconds
seconds * 1,000,000 = microseconds
If you do not assign a value to this field, then the default is 600,000,000 (10
minutes).
If ACS subsystem processes are unable to implement a ZDELETEDELAY timer due
to a system resource problem, the ACS subsystem processes assume that the value
of ZDELETEDELAY is 0 and return the link to the PATHMON process.
ZGUARDIANLIB
specifies the name of the user library object file that contains additional server code
space and procedures that can be shared among servers. If you supply a file name
for this field, the operating system uses this file name and the file named in the
ZPROGRAM field to access the server code.
For example:
$DATA.WORK.SRVOBJZPROGRAM
$DATA.WORK.SRVLIBZGUARDIANLIB
In this example, whoever starts the PATHMON process must have WRITE and
EXECUTE access to the object file SRVOBJ.
The node name can be either a specific node name or \*, a generic name
representing the node on which the PATHMON process is currently running. If you
ZPWY-MAP-DEF-SC 85