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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to