commit | 98c8910be748fa3a3f3ff6bff77b89177f5fd350 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 18 10:51:58 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 24 10:52:31 2021 +0200 |
tree | 53a269a40f22508a95b8cc1c028d181e62645af7 | |
parent | 12529c0ed31cbdf1c83f36db3a52d5ff84cab3b7 [diff] |
MINOR: queue: use atomic-ops to update the queue's index (v2) Doing so allows to retrieve and update the pendconn's queue index outside of the queue's lock and to save one more percent CPU on a highly-contented backend.