haproxy/include
Willy Tarreau de99e99ecf [MAJOR] introduced speculative I/O with epoll()
The principle behind speculative I/O is to speculatively try to
perform I/O before registering the events in the system. This
considerably reduces the number of calls to epoll_ctl() and
sometimes even epoll_wait(), and manages to increase overall
performance by about 10%.

The new poller has been called "sepoll". It is used by default
on Linux when it works. A corresponding option "nosepoll" and
the command line argument "-ds" allow to disable it.
2007-04-16 00:53:59 +02:00
..
common [BUILD] declare epoll_* as static when using our own functions 2007-04-15 23:57:41 +02:00
import [MEDIUM] import ip_tproxy.h from cttproxy 2006-11-12 23:50:48 +01:00
proto [MAJOR] auto-registering of pollers at load time 2007-04-16 00:25:25 +02:00
types [MAJOR] introduced speculative I/O with epoll() 2007-04-16 00:53:59 +02:00