comparison src/core/ngx_connection.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 46815874bcc6
children 6674a50cbb6c 07b0bee87f32
comparison
equal deleted inserted replaced
8803:57581198e51e 8804:e2d07e4ec636