WEBSDMAX (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:WEBSDMAX}}
<span class="pageSubtitle"><section begin="desc" />WEBSDMAX xxxx -- Max sdaemons allocated for cached logins<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />WEBSDMAX xxxx -- Max sdaemons allocated for cached logins<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 [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


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.  
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. 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 <var>WEBLOGHOLD</var> seconds.  
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.  


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.  
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''. [[WEBSM]] is a synonym for <var>WEBSDMAX</var>.  


This parameter is valid only for WEBSERV ports.
This parameter is valid only for WEBSERV ports.


==References==
==See also==
 
<ul>
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


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

Revision as of 21:47, 28 February 2012

<section begin="desc" />WEBSDMAX xxxx -- Max sdaemons allocated for cached logins<section end="desc" />

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

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