WEBSDMAX (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:WEBSDMAX}}
{{DISPLAYTITLE:WEBSDMAX}}
<span class="pageSubtitle"><section begin="desc" />xxxx<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />WEBSDMAX xxxx -- Max sdaemons alloed 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]].
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]].


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.  
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.  
Line 10: Line 8:
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.  
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''. .sk WEBSM is a synonym for WEBSDMAX.  
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.
This parameter is valid only for WEBSERV ports.

Revision as of 19:10, 14 March 2011

<section begin="desc" />WEBSDMAX xxxx -- Max sdaemons alloed 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.

References

See: List of Janus commands | List of JANUS DEFINE parameters.