commit | a2dbeb22fcc2d2bbaaf28ed6bc4130ae3ad6d146 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Dec 28 18:50:57 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 28 19:16:03 2018 +0100 |
tree | 1fc6b76724d457bbf60361aba411b2f778ecbf4e | |
parent | c685d700fd233b7ddd2737039af0cc50b94df3b5 [diff] |
MEDIUM: sessions: Keep track of which connections are idle. Instead of keeping track of the number of connections we're responsible for, keep track of the number of connections we're responsible for that we are currently considering idling (ie that we are not using, they may be in use by other sessions), that way we can actually reuse connections when we have more connections than the max configured.