Hi.
In the doc is this text.
https://docs.haproxy.org/3.1/configuration.html#4-balance
```
#snip
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. <more>
```
But when I take a look into that Benchmark would I say that leastconn
outperforms the other algorithms.
https://www.haproxy.com/blog/power-of-two-load-balancing
That's now the question:
Is `balance leastconn` still not recommend for http workload?
Regards
Alex