Hi,

My understanding is tomcat will spawn a thread for each request to my
servlet.
How can I limit the number of thread that tomcat spawn for my servlet
simultaneously?

And let say if I limit the simulateous thread for my servlet to 10, what
happens to the 11th request? Will it get dropped? Or Will it get queued?

Thank you.

Reply via email to