commit | ff8abcd31d390c5bc3b72c8acf991144c91c28ef | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Jun 02 15:33:24 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 13:58:30 2017 +0100 |
tree | 30df446c219edcf64c0d5cc07db4ed500113ff18 | |
parent | 8d8aa0d681c001891839588c0d51fa3cc9f652c7 [diff] |
MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars Now, each proxy contains a lock that must be used when necessary to protect it. Moreover, all proxy's counters are now updated using atomic operations.