Hello List, while chasing jsp memory leaks I found that using the stripes layout tag has 3 negative effects: 1. this tag doubles the memory usage in compare to using @include 2. this tag is slow 3. this tag creates memory leaks. after 100 requests (maxThreads = 10 at the ajp processors ThreadPool) to the same jsp the leak consumes about 60MB (PS Old Gen) because of references to the jsp runtime context. I do have a heap dump available, please ask if you need it ~ 90MB
Is anyone experiencing the same problems? Maybe this problem is a tomcat/apache jsp issue, so I'd be happy to hear about the tags behavior in other containers/app servers Best Regards, Richard -- Richard Hauswald Blog: http://tnfstacc.blogspot.com/ LinkedIn: http://www.linkedin.com/in/richardhauswald Xing: http://www.xing.com/profile/Richard_Hauswald ------------------------------------------------------------------------------ _______________________________________________ Stripes-users mailing list Stripes-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/stripes-users