comparison src/event/ngx_event_connect.h @ 6635:6acaa638fa07

Events: support for EPOLLEXCLUSIVE. This flag appeared in Linux 4.5 and is useful for avoiding thundering herd problem. The current Linux kernel implementation walks the list of exclusive waiters, and queues an event to each epfd, until it finds the first waiter that has threads blocked on it via epoll_wait().
author Valentin Bartenev <vbart@nginx.com>
date Fri, 15 Jul 2016 15:18:57 +0300
parents 1d0e03db9f8e
children e8d4c9e9682a
comparison
equal deleted inserted replaced
6634:18f6120e3b7a 6635:6acaa638fa07