commit | c644fa9bf5f9b94e4bcd1e806222b96f63f8d175 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Nov 23 22:44:11 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 24 15:38:50 2017 +0100 |
tree | 6fa9f7dee54a58dbdb5ba5a201da0b749a5f48e9 | |
parent | cb6a94510dceab07cf66d27c14f64a3ffaef8bfc [diff] |
MINOR: config: Add threads support for "process" option on "bind" lines It is now possible on a "bind" line (or a "stats socket" line) to specify the thread set allowed to process listener's connections. For instance: # HTTPS connections will be processed by all threads but the first and HTTP # connection will be processed on the first thread. bind *:80 process 1/1 bind *:443 ssl crt mycert.pem process 1/2-