> From: Pieter Temmerman [mailto:[EMAIL PROTECTED]
> Subject: Relation between sessions and server slowlyness

In the spirit of André's recent Jonathan Swift / Ray Davies / Douglas Adams 
style posting, I'm tempted to answer this way:

> Is it possible that my application is slower because of
> the amount of open sessions?

  Maybe.

> How much memory does a session occupy?

  42.

But, to be slightly more verbose:

A cursory monitoring of the system would show if you're experiencing excessive 
garbage collections (heap too small) or paging (RAM too small); that's the only 
significant effect hanging on to idle sessions would have.

A session's memory use is determined largely by the number and size of 
attributes your webapp puts into it, so only you can answer that question.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to