> On Jun 25, 2024, at 12:55, Eric Robinson <eric.robin...@psmnv.com> wrote:
> 
>> You might still be running into the acceptCount limit on the <Connector>. The
>> default value is 100, so if more connection requests arrive in between the
>> TCP/IP stack passing them on to the listening process, some could still be
>> getting rejected.
> 
> Presumably tomcat would log an error if it rejects a request due to the 
> acceptCount limitation?


Nope - again, this happens entirely in the TCP/IP stack of the OS, so Tomcat is 
never informed that the acceptCount limit has been reached.

  - Chuck

Reply via email to