+1 - revert ...
On 22-05-2010 19:34, Jeremy Thomerson wrote: >> > Please see the other threads for more details. In short, there is a Java > bug that if you are manipulating images, it may not clean up Java2D threads > correctly. There is a known workaround - initializing a cleanup thread > yourself. But, if you aren't doing this, and you start threads that > manipulate images, and you redeploy without a restart, then you leak those > threads. It's not threads that are leaked. It's the web application classloader. Adriano