]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acl: add fetch for server session rate
authorTait Clarridge <tait@taiter.com>
Thu, 6 Dec 2012 02:39:31 +0000 (21:39 -0500)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Dec 2012 06:52:09 +0000 (07:52 +0100)
commit7896d5293d13ab73b876fd36ce257a3e1f63a122
tree49e79031906f12606626068ccd3beeaf03408b8a
parent4445502351c5684247b0d14e2843177c72b9480b
MINOR: acl: add fetch for server session rate

Considering there is no option yet for maxconnrate for servers, I wrote
an ACL to check a backend server session rate which we use to send to an
"overflow" backend to prevent latency responses to our clients (very
sensitive latency requirements).
doc/configuration.txt
src/backend.c