TIMEOUT (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:TIMEOUT}}
<span class="pageSubtitle">TIMEOUT xxxx &mdash; Inactivity seconds when client will be disconnected</span>
<span class="pageSubtitle"><section begin="desc" />TIMEOUT xxxx &mdash; Inactivity seconds when client will be disconnected<section end="desc" /></span>


<var>TIMEOUT</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  
<var>TIMEOUT</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  
Line 8: Line 7:
<table class="list">
<table class="list">
<tr><th>WEBSERV ports</th>
<tr><th>WEBSERV ports</th>
<td>Browser requests never involve waits on user input so the <var>TIMEOUT</var> parameter for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports involves terminating connections when network response is '''extremely''' slow or cases where the client workstation has been turned off before a response is received from ''[[Janus Web Server]]''. Because of this, <var>TIMEOUT</var> can be set fairly aggressively for <var>WEBSERV</var> ports. A value of 60 (seconds) would be reasonable.</td></tr>
<td>Browser requests never involve waits on user input so the <var>TIMEOUT</var> parameter for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports involves terminating connections when network response is '''extremely''' slow or cases where the client workstation has been turned off before a response is received from <var class="product">[[Janus Web Server]]</var>. Because of this, <var>TIMEOUT</var> can be set fairly aggressively for <var>WEBSERV</var> ports. A value of 60 (seconds) would be reasonable.</td></tr>
<tr><th nowrap>All other port types</th>
<tr><th nowrap>All other port types</th>
<td>The <var>TIMEOUT</var> value should reflect the fact that a connection might require user input waits.
<td>The <var>TIMEOUT</var> value should reflect the fact that a connection might require user input waits.

Latest revision as of 22:26, 16 April 2013

TIMEOUT xxxx — Inactivity seconds when client will be disconnected

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

This parameter specifies the number of seconds of inactivity after which clients connected to this port will be disconnected. The default for TIMEOUT is 0, which means that connections never time out.

WEBSERV ports Browser requests never involve waits on user input so the TIMEOUT parameter for WEBSERV ports involves terminating connections when network response is extremely slow or cases where the client workstation has been turned off before a response is received from Janus Web Server. Because of this, TIMEOUT can be set fairly aggressively for WEBSERV ports. A value of 60 (seconds) would be reasonable.
All other port types The TIMEOUT value should reflect the fact that a connection might require user input waits.

TIMEOUT is valid for all port types.

See also