To whom it may concern.

On 4/21/22 01:50, z...@sina.com wrote:
TaskQueue extendsLinkedBlockingQueue and most calls to
TaskQueue.offer end up callingsuper.offer which provides the
necessary thread-safety.

2. the issue is that TaskQueue.offer return false directly instead of
calling supper.offer when huge requests (more than maximum pool size,
but current pool size is less than max) arrived at the same time.
Can you please explain what you mean by "huge requests"? Do you mean "a large number of requests" or "requests with large payloads"? (Or both?)

What is the behavior you are observing? Tomcat performance drops? Requests are ignored/stalled?

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to