haproxy/include
Willy Tarreau 1db37710dc [MEDIUM] limit the number of events returned by *poll*
By default, epoll/kqueue used to return as many events as possible.
This could sometimes cause huge latencies (latencies of up to 400 ms
have been observed with many thousands of fds at once). Limiting the
number of events returned also reduces the latency by avoiding too
many blind processing. The value is set to 200 by default and can be
changed in the global section using the tune.maxpollevents parameter.
2007-06-03 17:16:49 +02:00
..
common [MEDIUM] limit the number of events returned by *poll* 2007-06-03 17:16:49 +02:00
import [MAJOR] migrated task, tree64 and session to pool2 2007-05-13 19:43:47 +02:00
proto [BUG] do not re-arm read timeout after writing data 2007-06-03 16:03:49 +02:00
types [MEDIUM] limit the number of events returned by *poll* 2007-06-03 17:16:49 +02:00