> From: David Wall [mailto:d.w...@computer.org] 
> Subject: Re: Tomcat 7 - No modifications are allowed to a locked ParameterMap

> I am pretty sure we never store the request/response objects in the 
> session, static field or thread-local.

> What about in your servlets?  Or third-party libraries?

> Is it possible that if we keep a handle on the session (though we 
> remove that on sessionDestroyed) this prevents Tomcat from some 
> sort of GC issue with respect to the sessions?

No, it will just increase your heap usage.  Tomcat doesn't do GC - that's a 
function of the JVM.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to