ides to happen, my
> objects under the session aren't being collected.
>
> so then. how can you know when the session itself
> is collected (not timed out)
>
>
>
> -Original Message-
> From: Farrow, Marc [mailto:[EMAIL PROTECTED]
> Sent: Fri 3/31/2006 5:3
e finalize method in it?
-Original Message-
From: Wang, Hansen [mailto:[EMAIL PROTECTED]
Sent: Fri 3/31/2006 5:38 PM
To: Tomcat Users List
Subject: RE: session GC
If you would like something simple and intuitive, you can create a class
and overwrite the finalized() method to print out
er it decides to happen, my
objects under the session aren't being collected.
so then. how can you know when the session itself is collected (not timed out)
-Original Message-
From: Farrow, Marc [mailto:[EMAIL PROTECTED]
Sent: Fri 3/31/2006 5:36 PM
To: Tomcat Users List
Subject: RE:
keep other references to this object and keep the log simple.
Hansen
-Original Message-
From: John Powers [mailto:[EMAIL PROTECTED]
Sent: Friday, March 31, 2006 4:07 PM
To: Tomcat Users List
Subject: session GC
How do you know when a session is garbage collected?
You can write a
easiest way to make sure they are GC'd is to set session time-outs.
-Original Message-
From: John Powers [mailto:[EMAIL PROTECTED]
Sent: Friday, March 31, 2006 6:07 PM
To: Tomcat Users List
Subject: session GC
How do you know when a session is garbage collected?
You can wr
How do you know when a session is garbage collected?
You can write a sessionlistener for when it gets deleted out of tomcat,
but after that, when do you know if its garbage collected?
I currently do not think my sessions are being collected. Within a day
500M of memory get eaten up and I can't c