On 31/10/2016 15:29, Rémy Maucherat wrote: > 2016-10-31 16:22 GMT+01:00 <ma...@apache.org>: > >> Author: markt >> Date: Mon Oct 31 15:22:07 2016 >> New Revision: 1767304 >> >> URL: http://svn.apache.org/viewvc?rev=1767304&view=rev >> Log: >> Follow up to r1767250: rename backlog to acceptCount in ProcotolHandler >> and Endpoint >> > Have you been able to notice any actual use of this setting ? I remember > it never made any noticeable difference for me.
I haven't done a load test looking at this in so many years I can't recall the results. With all connectors non-blocking now for HTTP request lines and headers combined with the default maxConnections of 10,000 it is hard to imagine a valid use case for anything other than the JVM default. In theory it should help with very bursty traffic but only if the acceptor doesn't process a new connection within the client's connection timeout and if the acceptor thread is that heavily loaded I'm pretty sure there will be bigger problems to worry about. Are you thinking we should remove it entirely? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org