You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Casey P. Lee" <li...@cplee.org> on 2001/03/07 06:29:04 UTC

RequestImpl.recycle() not finalizing attributes

I have noticed that any objects stored in a requests attributes
doesn't get finalized immediately after the completion of the request.
The attributes get cleared in RequestImpl.initRequest(), but the
resources aren't necessarily freed.  I added a System.gc() after the
initRequest() call in RequestImpl.recycle(), and was wondering if this
is going to cause any problems...

I wasn't sure if this message belongs in this list or the User list, sorry
if I am in the wrong place!

Thanks

Casey


P.S. I am not subscribed to the list, so please CC me on reply