TS/MP Management Programming Manual (G06.24+, H06.03+)

ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual540082-001
7-15
ZPWY-MAP-DEF-SC
If you do not assign a value to this field, the default is 60,000,000 (1 minute).
If the link manager has no established links or it calculates that a static link is
available, the link manager immediately requests a link without waiting for
ZCREATEDELAY 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, 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:
If you do not assign a value to this field, the default is ZPWY-VAL-OFF.
ZDELETEDELAY
specifies the maximum amount of time a link between a link manager, such as a
LINKMON process or Pathway/iTS TCP, 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 quad-
word 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, the default is 600,000,000 (10 minutes).
If a LINKMON process is unable to implement a ZDELETEDELAY timer due to a
system resource problem, the LINKMON process assumes the value of
ZDELETEDELAY is 0 and returns the link to the PATHMON process.
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 Pathsend and Server Programming Manual.