You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/06/21 01:01:48 UTC

DO NOT REPLY [Bug 43790] concurrent access issue on TagHandlerPool

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