STIMEOUT (JANUS DEFINE parameter)

From m204wiki
Revision as of 23:19, 28 February 2012 by JALWiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

<section begin="desc" />STIMEOUT seconds -- legacy thread timeout seconds<section end="desc" />

STIMEOUT is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.

This parameter sets the number of seconds of inactivity after which a Janus Web Legacy Support session is terminated. Since it is quite easy for an end-user to start a 3270 session in a browser and forget about it, a session timeout is essential to prevent all available sdaemon threads from being eaten up by forgotten 3270 sessions. The default STIMEOUT setting for a port is 900 (seconds) or 15 minutes. The STIMEOUT parameter can be overridden by an STIMEOUT parameter specified on a JANUS WEB SCREEN command or by a $Web_Screen function call.

Valid only for WEBSERV ports.

See also