WEBSDMAX (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:WEBSDMAX}} <span class="pageSubtitle"><section begin="desc" />xxxx<section end="desc" /></span> WEBSDMAX is a parameter on JANUS DEFINE, which defines and set...")
 
(Automatically generated page update)
 
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:WEBSDMAX}}
<span class="pageSubtitle">WEBSDMAX xxxx &mdash; Max sdaemons allocated for cached logins</span>
<span class="pageSubtitle"><section begin="desc" />xxxx<section end="desc" /></span>


WEBSDMAX 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>WEBSDMAX</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter indicates the maximum number of sdaemons to be used for cached web logins. This parameter has no effect unless the <var>[[WEBLOGHOLD (JANUS DEFINE parameter)|WEBLOGHOLD]]</var> parameter is set to something other than 0.


Since there is no upper limit to the number of login requests that can come into a web port at a given instant, it is quite possible for a flurry of login requests to tie up every sdaemon, causing a variety of problems including making it impossible to connect to any Janus port. <var>WEBSDMAX</var> limits the number of sdaemons that will be used by a port for cached logins. If a new cached login is required, and <var>WEBSDMAX</var> will be exceeded, the oldest cached login session will be discarded even if it hasn't been around <var>WEBLOGHOLD</var> seconds.


This parameter indicates the maximum number of sdaemons to be used for cached web logins. This parameter has no effect unless the WEBLOGHOLD parameter is set to something other than 0.  
The default for <var>WEBSDMAX</var> is half the number of sdaemons defined to the Online. If sdaemons are used heavily for other purposes in the Online or there are multiple ports using the logon caching facility, <var>WEBSDMAX</var> should be adjusted down. For more discussion of the logon caching feature, see the ''Janus Web Server Reference Manual''. <var>[[WEBSM (JANUS DEFINE parameter)|WEBSM]]</var> is a synonym for <var>WEBSDMAX</var>.  


Since there is no upper limit to the number of login requests that can come into a web port at a given instant, it is quite possible for a flurry of login requests to tie up every sdaemon, causing a variety of problems including making it impossible to connect to any Janus port. WEBSDMAX limits the number of sdaemons that will be used by a port for cached logins. If a new cached login is required, and WEBSDMAX will be exceeded, the oldest cached login session will be discarded even if it hasn't been around WEBLOGHOLD seconds.  
This parameter is valid only for <var>[[JANUS DEFINE#type|WEBSERV]]</var> ports.


The default for WEBSDMAX is half the number of sdaemons defined to the Online. If sdaemons are used heavily for other purposes in the Online or there are multiple ports using the logon caching facility, WEBSDMAX should be adjusted down. For more discussion of the logon caching feature, see the ''Janus Web Server Reference Manual''. .sk WEBSM is a synonym for WEBSDMAX.
==See also==
 
<ul>
This parameter is 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|WEBSDMAX]]
[[Category:JANUS DEFINE parameters|WEBSDMAX]]

Latest revision as of 22:28, 16 April 2013

WEBSDMAX xxxx — Max sdaemons allocated for cached logins

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

This parameter indicates the maximum number of sdaemons to be used for cached web logins. This parameter has no effect unless the WEBLOGHOLD parameter is set to something other than 0.

Since there is no upper limit to the number of login requests that can come into a web port at a given instant, it is quite possible for a flurry of login requests to tie up every sdaemon, causing a variety of problems including making it impossible to connect to any Janus port. WEBSDMAX limits the number of sdaemons that will be used by a port for cached logins. If a new cached login is required, and WEBSDMAX will be exceeded, the oldest cached login session will be discarded even if it hasn't been around WEBLOGHOLD seconds.

The default for WEBSDMAX is half the number of sdaemons defined to the Online. If sdaemons are used heavily for other purposes in the Online or there are multiple ports using the logon caching facility, WEBSDMAX should be adjusted down. For more discussion of the logon caching feature, see the Janus Web Server Reference Manual. WEBSM is a synonym for WEBSDMAX.

This parameter is valid only for WEBSERV ports.

See also