Question about beans and memory...

2002-09-03 Thread Michael Nicholson
So, let's say I have a bean with a whole bunch of fields/variables/objects in it. You know, like some strings, some ResultSets (very short lived), some ints, etc. Ok, so I finish with my bean. I don't need it anymore. So, I remove it from the session (where it lives) and null it out

Re: Question about beans and memory...

2002-09-03 Thread Will Hartung
List [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 11:29 AM Subject: Question about beans and memory... So, let's say I have a bean with a whole bunch of fields/variables/objects in it. You know, like some strings, some ResultSets (very short lived), some ints, etc. Ok, so I finish with my

Re: Question about beans and memory...

2002-09-03 Thread Michael Nicholson
03, 2002 2:57 PM Subject: Re: Question about beans and memory... Imaging your Bean as being a branch of a tree and all of the stuff inside of it their own little branches. When you remove your bean from the session, you just snipped the branch off the tree. Anything within that branch

Re: Question about beans and memory...

2002-09-03 Thread Ben Souther
Subject: Re: Question about beans and memory... Thanks... that's what I hoped... so now I just have to make sure I don't grow any unnecessary branches to stuff...:) or buy a weed wacker to get rid of it all :-D - Original Message - From: Will Hartung [EMAIL PROTECTED] To: Tomcat Users