]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] implemented support for speculative I/O processing
authorWilly Tarreau <w@1wt.eu>
Sun, 15 Apr 2007 18:56:27 +0000 (20:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 15 Apr 2007 18:56:27 +0000 (20:56 +0200)
commit8374918ccec719132710caf04e464d8a5d442ff3
tree359751c244c9862afe9d06593a891de22d447c66
parent3d32d3a849fbe28f092fd8875b0c8c1e9cf4b1d8
[MAJOR] implemented support for speculative I/O processing

The pollers will now be able to speculatively call the I/O
processing functions and decide whether or not they want to
poll on those FDs. The changes primarily consist in teaching
those functions how to pass the info they got an EAGAIN.
include/common/defaults.h
src/checks.c
src/stream_sock.c