commit | 1335eb9867b76c8e4570ad4242dc728287af3d56 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 18 10:51:58 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 22 18:57:18 2021 +0200 |
tree | eff5cca31b70e854d8f94b1d0a8eeb689682ce9a | |
parent | 3eecdb65c5a6b933399ebb0ac4ef86a7b97cf85d [diff] |
MINOR: queue: use atomic-ops to update the queue's index 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.