On Sat, May 9, 2020, 07:16 Vikas Kumar <hers...@gmail.com> wrote:

> As per my understanding (using a Spring Boot app with Tomcat server), we
> define:
>
>    - Max no. of worker threads (maxThreads, default 200)
>    - Tomcat queue size (maxConnections, default 8192 for APR, 10000 for
>    NIO). When all worker threads are busy, requests are placed into the queue.
>    As worker threads free up, queued requests are sent to them in FIFO order
>
>
I'll assume the "steps" are shown in the "broken" image (inline/attached
images are normally dropped) - you'll need the convert whatever text is
contained into actual text and post back.


[image: Untitled Diagram.png]
>
> I can add a hook at step (3) using a servlet filter or
>
[ snip ]

Reply via email to