Re: Feedback on tomcat memory leak protection

2010-03-08 Thread Mark Thomas
On 06/03/2010 22:49, Sylvain Laurent wrote: > >> On 03/03/2010 21:12, Sylvain Laurent wrote: >> >>> 3) a couple of months ago I had proposed on this very list a kind of memory >>> leak protection >> for those leaks caused by threads with incorrect CCL. I called this the >> ExpendableClassLoader.

Re: Feedback on tomcat memory leak protection

2010-03-06 Thread Sylvain Laurent
> On 03/03/2010 21:12, Sylvain Laurent wrote: > > > 3) a couple of months ago I had proposed on this very list a kind of memory > > leak protection > for those leaks caused by threads with incorrect CCL. I called this the > ExpendableClassLoader. > Please have a look at my post back then : > h

Re: Feedback on tomcat memory leak protection

2010-03-03 Thread Mark Thomas
On 03/03/2010 21:12, Sylvain Laurent wrote: > 1) first of all THANK YOU for providing some solutions to those problems. > It's not perfect, but it's very valuable Glad you are finding it useful. > 2) About JreMemoryLeakPreventionListener : Here are other leaks I know of : > 2.1) When using JNDI f

Feedback on tomcat memory leak protection

2010-03-03 Thread Sylvain Laurent
Hello, After reading Mark Thomas's interview at DZone http://java.dzone.com/articles/memory-leak-protection-tomcat and having experimented with classloader leaks issues, I'd like to share my thoughts with you : 1) first of all THANK YOU for providing some solutions to those problems. It's not