https://issues.apache.org/bugzilla/show_bug.cgi?id=43790
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW --- Comment #4 from Mark Thomas <[email protected]> 2011-06-20 23:01:48 UTC --- ThreadLocal isn't the way to do this. That is likely to trigger memory leaks. A better solution would be to replace the syncs in the TagHandlerPool with a solution based on a LinkedBlockingQueue. The PerThreadTagHandlerPool needs to be deprecated. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
