----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Conrad Chan wrote:
> 
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> Is there a configuration setting that can set the maximum number of
> concurrent session could be created in JServ 1.0?  I checked through the
> configuration files and the only thing I can see is max connection.
> 
Why do you want this ? a session is only few bytes of inexpensive RAM.

You've got the source code, it's max 10 lines to code if you want to
loose customers ;-)
You can limit the number of simultaneous connexions, which is not the
same, using the correct parameter.
You can also limit the timelife of existing but unused sessions (garbage
the oldest).


Jean-Luc


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to