I should imagine that it is something to do with the garbage collection. As
far as i know session objects use the least used must die algorithim.
Therefore session objects created earlier (and therefore least used) must
make way for new ones.

However if max number of sessions is 40000 and you are creating only 50 then
it could be something else.

-----Original Message-----
From: niraj l [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 20, 1999 4:26 PM
To: [EMAIL PROTECTED]
Subject: Session Problem for concurrent users.


Hello,
    I am testing my application  with a tool which simulates 50 concurrent
access. When 50 people bang into the application the sessions that were
created are lost.
    Jrun has no problem getting new sessions. Its only that it kills the
earlier sessions.
The session settings in the Jrun are :

Max number of Sessions :40000
Session Invalidation time : 900000 (15min)
Session Invalidation interval : 10000 (10sec)

Any help is appreciated...
Thanks,
Niraj.


___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to