>Agreed... If we start invalidating sessions when too much memory is
>"wasted", I'm going to choose a different servlet engine for 
>my 10m req/day
>site... :) If I define that a session has a timeout, I want 
>that timeout to
>be _real_ and if I run into memory problems, well, that's my 
>problem, not
>yours (servlet engine developers)...
>

I agree.

If there is no more slots open for incoming connections (clients),
then the servlet engine should return an error, which could be
handled by a redirector like mod_jk or mod_webapp to forward the
request to another Tomcat.

I'm really against dropping existing sessions.....

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to