comparison src/event/ngx_event_openssl.h @ 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 3443c02ca1d1
children 5c86189a1c1b 38c71f9b2293
comparison
equal deleted inserted replaced
8803:57581198e51e 8804:e2d07e4ec636