]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] document the leastconn LB algo
authorWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2008 11:07:56 +0000 (12:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2008 11:08:13 +0000 (12:08 +0100)
doc/configuration.txt

index 11360ba463a3b0182adce821a09c0928776cde6d..e79a437f4c4eb69684b44052f9dc8c566fc91684 100644 (file)
@@ -711,6 +711,15 @@ balance <algorithm> [ <arguments> ]
                   is dynamic, which means that server weights may be adjusted
                   on the fly for slow starts for instance.
 
+      leastconn   The server with the lowest number of connections receives the
+                  connection. Round-robin is performed within groups of servers
+                  of the same load to ensure that all servers will be used. Use
+                  of this algorithm is recommended where very long sessions are
+                  expected, such as LDAP, SQL, TSE, etc... but is not very well
+                  suited for protocols using short sessions such as HTTP. This
+                  algorithm is dynamic, which means that server weights may be
+                  adjusted on the fly for slow starts for instance.
+
       source      The source IP address is hashed and divided by the total
                   weight of the running servers to designate which server will
                   receive the request. This ensures that the same client IP