commit | 34e4085f8a1e1b18f72ceeb2fee6c844965b88d7 | [log] [tgz] |
---|---|---|
author | Maciej Zdeb <maciej@zdeb.pl> | Mon May 16 17:27:28 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 17 16:13:22 2022 +0200 |
tree | 228795b5c0c0eb8219e6e07091bc8aea5c272a02 | |
parent | d01be2ab134a340980ac961b522835c7273b09ec [diff] |
MEDIUM: peers: Balance applets across threads When creating a new applet for peer outgoing connection, we check the load on each thread. Threads with least applet count are preferred. With this solution we avoid a situation when many outgoing connections run on the same thread causing significant load on single CPU core.