Re: failing fast when the server is overloaded

2019-08-01 Thread Mark Thomas
On 01/08/2019 21:10, john.e.gr...@wellsfargo.com.INVALID wrote: > Folks, > > I've been using Tomcat for a long time but am new-ish to NIO (Tomcat 8.5.) > It seems that one of the big benefits of NIO is decoupling the worker threads > from the client connections. I can now have a large number

failing fast when the server is overloaded

2019-08-01 Thread John.E.Gregg
Folks, I've been using Tomcat for a long time but am new-ish to NIO (Tomcat 8.5.) It seems that one of the big benefits of NIO is decoupling the worker threads from the client connections. I can now have a large number of open connections without a corresponding large number of threads. I