RE: tomcat session invalidate

2003-12-01 Thread Shapira, Yoav

Howdy,
Senor Souther is exactly right.  It is dangerous and bad practice to
depend on destroy events for memory reclamation.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, November 28, 2003 6:47 AM
To: Tomcat Users List
Subject: Re: tomcat  session invalidate

The memory won't be released until the Garbage Collector (GC) is run.
The JVM determines when to run GC based on the available memory.



On Friday 28 November 2003 05:38 am, you wrote:
 Hi,
 I've notice that Tomcat (v.4.1.29) does not release memory on session
 invalidate event...
 I try to create many session (with a stress tool like grinder) and
i've
set
 session life time to 1 minute.
 Tomcat memory occupation stretch to increase ... inexplicably, in my
 opinion.
 When destroy session event occurs memory does not recycle...

 Thanks for help

 ---
 giluka

 Questa e-mail e' stata verificata dal sistema di antivirus della Siva
 S.P.A.


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

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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



Re: tomcat session invalidate

2003-11-30 Thread bsouther
The memory won't be released until the Garbage Collector (GC) is run. 
The JVM determines when to run GC based on the available memory.



On Friday 28 November 2003 05:38 am, you wrote:
 Hi,
 I've notice that Tomcat (v.4.1.29) does not release memory on session
 invalidate event...
 I try to create many session (with a stress tool like grinder) and i've set
 session life time to 1 minute.
 Tomcat memory occupation stretch to increase ... inexplicably, in my
 opinion.
 When destroy session event occurs memory does not recycle...

 Thanks for help

 ---
 giluka

 Questa e-mail e' stata verificata dal sistema di antivirus della Siva
 S.P.A.


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

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