https://bz.apache.org/bugzilla/show_bug.cgi?id=65454
--- Comment #5 from Mark Thomas <ma...@apache.org> ---
I see why the force handling is needed. It is to address the case where there
are maxThreads-1 current threads, two new connections are received, both try to
create a new thread, one gets created and the other gets rejected. The rejected
one needs to be put on the queue.

There is a balance to strike here between reducing complexity (and
opportunities for bugs) by re-using existing classes and the additional
complexity created by re-use because of having to work around not having access
to all of the internals we really need.

I'm still trying to figure out the best way forward.

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