cmcfarlen opened a new issue, #9681:
URL: https://github.com/apache/trafficserver/issues/9681

   This accept_till_done global variable controls whether or not ATS will 
continue to accept connections (in a loop) until accept returns an error 
(EAGAIN, or other).  It is only changeable with a command line option.  Under a 
very large amount of connects, this could cause a long event handler time and 
create a large backlog of events, causing timeouts and other issues.
   
   It would be nice if the configuration could specify a number of additional 
accepts to process after a successful accept.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to