2009/11/20 div.gcet <divya.garg...@gmail.com>

>
> Hi all,
>
>        I am developing a web application using Tomcat 6.0 and MyEclipse
> IDE. For my requirements i have to store a lot of (100-200)  Lists objects
> in my sessions. And any list may be associated with a lot other objects,
> because of this the performance of my application have become very slow. As
> i run through my application its becoming more slow. Please can anybody
> provide my any suggestion on this issue. Thanks in advance.
>
> Storing large amounts of data in a session is not a good idea, as it leads
to the kinds of performance problems you're seeing.  I would recommend
finding another way of storing your Lists objects, or review for other ways
of meeting the requirements.  Why are they in the Session rather than
anywhere else?  Why do they exist at all?

- Peter

Reply via email to