]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] backend: introduce the "static-rr" LB algorithm
authorWilly Tarreau <w@1wt.eu>
Sat, 3 Oct 2009 10:56:50 +0000 (12:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 3 Oct 2009 16:41:19 +0000 (18:41 +0200)
commit9757a38feb5ee1c689c9c0d9c1288069a9432461
tree16a822dc2ae8c8a4120b0c987945425dd2cb0fe7
parentda76f4f711b3685af33ffc15462cd23b540d46a0
[MEDIUM] backend: introduce the "static-rr" LB algorithm

The "static-rr" is just the old round-robin algorithm. It is still
in use when a hash algorithm is used and the data to hash is not
present, but it was impossible to configure it explicitly. This one
is cheaper in terms of CPU and supports unlimited numbers of servers,
so it makes sense to be able to use it.
doc/configuration.txt
include/types/backend.h
src/backend.c
src/cfgparse.c