comparison src/http/ngx_http_header_filter_module.c @ 8804:e2d07e4ec636

Events: fixed balancing between workers with EPOLLEXCLUSIVE. Linux with EPOLLEXCLUSIVE usually notifies only the process which was first to add the listening socket to the epoll instance. As a result most of the connections are handled by the first worker process (ticket #2285). To fix this, we re-add the socket periodically, so other workers will get a chance to accept connections.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 30 Dec 2021 01:08:46 +0300
parents 8801ff7d58e1
children 38c0898b6df7 96ae8e57b3dd
comparison
equal deleted inserted replaced
8803:57581198e51e 8804:e2d07e4ec636