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 20:11 ------- sure, here's an example trace: (further on into tomcat) -> field theServlet of JspServletWrapper -> field _jspx_tagPool_logic_iterate_type_indexId_id_collection of (my jsp) -> field handlers of TagHandlerPool -> "class array context" -> field collection of IterateTag -> (my Vector) I'm using tomcat 4.1.18 and Sun Java 1.4 on Solaris and Linux. I can definatly see that this isn't Struts' problem. I've replaced all iterate tags with for loops and the problem has gone away (now I've just got a memory hog on my hands ;) ). I haven't tried JSTL or other custom tag loops in the code, as I haven't had time. I'd still like to know why this is happening, but I don't expect to get it fixed here :) Thanks to all for your time and input! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]