Thanks! Mark. Any suggestions from your side for Linux? Tried out multiple approaches but none seem to work.
Regards, Nitish On Wed, 30 Jul 2025 at 13:49, Mark Thomas <ma...@apache.org> wrote: > On 30/07/2025 08:53, Nitish Chitta wrote: > > Hello, > > I want to enforce rejection of connections after the *maxConnections + > > acceptCount *has been reached. This seems to be working fine with Windows > > but, on Linux the limit is not getting applied and we do not see the > > requests getting rejected. > > > > I am using embedded Tomcat 9 with Http11NioProtocol. > > > > Please advise. > > As per the docs for acceptCount: > > "The operating system may ignore this setting and use a different size > for the queue." > > You'll need to look at the docs for your OS. > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >