memory « Session « JSP-Servlet Q&A





1. JSP session memory?    stackoverflow.com

I need to confirm a theory. I'm learning JSP/Java. After looking at an existing application (I didn't write), I noticed something that I think is causing our performance problem. Or ...

3. Jfreechart/jsp session memory leak    jfree.org

I'm doing something similar and haven't experienced any memory leaks. I'm storing the chart as a byte[] and a imagemap as a String in a "chartholder" object that I push onto the session. A servlet shows the byte[] as an image and a jsp page shows the imagemap. So far this has worked perfectly with up to a couple of hundred ...