You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Sylvain Laurent <sy...@m4x.org> on 2010/10/11 23:10:49 UTC

Memory leak protection against ThreadLocal-related leaks : call for review

Hello,

I contributed a patch (actually 2, for tc6&7) for https://issues.apache.org/bugzilla/show_bug.cgi?id=49159 to renew threads when an application is stopped. This allows to avoid some types of memory leak that were not cured by tomcat until now (or in an unsafe way and thus disabled by default) : http://wiki.apache.org/tomcat/MemoryLeakProtection#customThreadLocal , http://wiki.apache.org/tomcat/MemoryLeakProtection#webappClassInstanceAsThreadLocalValue , http://wiki.apache.org/tomcat/MemoryLeakProtection#webappClassInstanceAsThreadLocalIndirectValue and http://wiki.apache.org/tomcat/MemoryLeakProtection#threadLocalPseudoLeak

I'd be glad if someone could review this and give some feedback.

Sylvain


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org