DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17165>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17165

logic:iterate tag not releasing collections from memory





------- Additional Comments From [EMAIL PROTECTED]  2003-02-25 15:13 -------
> "The page compiler guarantees that 
> release() will be invoked on the Tag handler
> before the handler is released to the GC".  
> So, release is guaranteed to be called when
> your app is low on memory and the gc runs.

actually, wouldn't it have to be free of pointers for the gc to attempt to call
it and have the release() method run? In other words, if the pageContext or
something (and I don't know what would hold it) was still holding onto that tag,
then the GC would ignore it, and the release wouldn't run.

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

Reply via email to