https://issues.apache.org/bugzilla/show_bug.cgi?id=43790

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW

--- Comment #4 from Mark Thomas <ma...@apache.org> 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to