RE: Increasing maxThreads results in more "Connection refused" errors?

2017-02-13 Thread John.E.Gregg
Chris > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Friday, February 03, 2017 11:08 AM > To: Tomcat Users List > Subject: Re: Increasing maxThreads results in more "Connection refused" > errors? >

Re: Increasing maxThreads results in more "Connection refused" errors?

2017-02-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 2/3/17 11:17 AM, john.e.gr...@wellsfargo.com.INVALID wrote: > I'm doing some scalability testing of an app in Tomcat 7.0.73. > > Some relevant connector config details: maxThreads=80 > maxKeepAliveRequests=100 keepAliveTimeout=1

Increasing maxThreads results in more "Connection refused" errors?

2017-02-03 Thread John.E.Gregg
All, I'm doing some scalability testing of an app in Tomcat 7.0.73. Some relevant connector config details: maxThreads=80 maxKeepAliveRequests=100 keepAliveTimeout=1 maxConnections unspecified (defaults to maxThreads according to the docs) acceptCount unspecified (100 according to the docs)