Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Managing Session Objects - Preventing a Degredation in Performance

Mike Duffy

2004-05-29

Replies:

I asked these question in the Struts list and only received a minimal response: Does anyone have
any good ideas on managing session objects? In a complex application how do you insure that the
session does not become over burdened with unnecessary objects, thus degrading system performance?


You could try to map every process exit and remove unneeded objects at then end of a process;
however, implementing this might be burdensome in a complex application.

You could call a session cleanup method at the beginning of every new process and remove all the
unnecessary objects at that point.

Any other ideas?

Thx.

Mike


 
   
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.