https://bz.apache.org/bugzilla/show_bug.cgi?id=65454

--- Comment #6 from Mark Thomas <ma...@apache.org> ---
Just a quick update. I am currently looking at a solution along the following
lines:
- import latest ThreadPoolExecutor from JSR 166 repo
- Fix any CheckStyle etc issues
- Merge in the changes from o.a.t.util.ThreadPoolexecutor
- Fix this issue by checking the queue size after stopping a worker thread and
adding a new thread to the pool if the queue size is not zero.

-- 
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