]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] enable inter-stream_interface wakeup calls
authorWilly Tarreau <w@1wt.eu>
Sun, 14 Dec 2008 13:42:35 +0000 (14:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 28 Dec 2008 10:09:02 +0000 (11:09 +0100)
commit3ffeba1f673120a6883c2fd38cf6b11850086234
tree6d819aedd35a5254bf1b5d48453040304a7084f1
parentb0ef735c716d6112b458ed1b0876e98418a6832c
[MEDIUM] enable inter-stream_interface wakeup calls

By letting the producer tell the consumer there is data to check,
and the consumer tell the producer there is some space left again,
we can cut in half the number of session wakeups.

This is also an important starting point for future splicing support.
include/proto/stream_sock.h
include/types/stream_interface.h
src/client.c
src/proto_uxst.c
src/stream_sock.c