You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Eva Sager <Ev...@aelera.com> on 2004/04/28 13:59:53 UTC

memory leak with iterator??

 

 

I am using a profiler to monitor performance of my application and I am
seeing that when I iterate over a list in a jsp using the
<logic:iterate> tag - the objects that are created aren't being garbage
collected.  All other objects - ones not used in an iterate - seem to be
collected fine, which leads me to believe that there is something going
on with the <logic:iterate> tag itself.  Has anyone else experienced
this?