STIMEOUT (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (remove displaytitle)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:STIMEOUT}}
<span class="pageSubtitle">STIMEOUT seconds &mdash; Legacy thread timeout seconds</span>
<span class="pageSubtitle"><section begin="desc" />seconds<section end="desc" /></span>


STIMEOUT is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>STIMEOUT</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter sets the number of seconds of inactivity after which a <var class="product">[[Janus Web Legacy Support]]</var> 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 <var>STIMEOUT</var> setting for a port is 900 (seconds) or 15 minutes. The <var>STIMEOUT</var> parameter can be overridden by an <var>STIMEOUT</var> parameter specified on a <var>[[JANUS WEB SCREEN]]</var> command or by a <var>[[$Web_Screen]]</var> function call.


Valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.


This parameter sets the number of seconds of inactivity after which a '''Janus Web Legacy''' 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, both described in the ''Janus Web Server Reference Manual''.
==See also==
 
<ul>
Valid only for WEBSERV ports.
<li>[[List of Janus commands]]
 
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
==References==
</ul>
 
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


[[Category:JANUS DEFINE parameters|STIMEOUT]]
[[Category:JANUS DEFINE parameters|STIMEOUT]]

Latest revision as of 00:08, 8 June 2016

STIMEOUT seconds — Legacy thread timeout seconds

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

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