trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Add configuration to replace accept_till_done command line option

Open cmcfarlen opened this issue 2 years ago • 1 comments

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 and defaults to true. 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.

cmcfarlen avatar May 04 '23 22:05 cmcfarlen

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

github-actions[bot] avatar May 04 '24 01:05 github-actions[bot]