WEBLOGMAX (JANUS DEFINE parameter)

From m204wiki
Revision as of 16:02, 8 March 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:WEBLOGMAX}} <span class="pageSubtitle"><section begin="desc" />xxxx<section end="desc" /></span> WEBLOGMAX is a parameter on JANUS DEFINE, which defines and s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />xxxx<section end="desc" />

WEBLOGMAX 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 cached login sessions to be held for a single user. This parameter has no effect unless the WEBLOGHOLD parameter is set to something other than 0.

Since a single web page can contain many images, and since browsers often request images on a page in parallel, a single request for such a logon protected page can result in multiple simultaneous logons for the userid. Logon caching would then hold these logons, tying up several sdaemons in the process. WEBLOGMAX would prevent more than the indicated number of sdaemons to be used for a single user's requests. All login protected requests for a user are then threaded trough WEBLOGMAX users. This is generally not a problem since the typical bottleneck for most requests is network bandwidth, and multi-threading requests for a single user does not alleviate network bandwidth problems. For more discussion of the logon caching feature, see the Janus Web Server Reference Manual.

WEBLM is a synonym for WEBLOGMAX.

Valid only for WEBSERV ports.

References

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