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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org