commit | 51c63f0f0a9a629f298bfaeda158599707e562f4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 23 16:43:45 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 24 10:52:31 2021 +0200 |
tree | 19ac16d5242fbfa17fac766ffc685c636ab7913e | |
parent | 8429097c61690844caacd90ff336be8b8b4f0fd2 [diff] |
MINOR: queue: remove the px/srv fields from pendconn Now we directly use p->queue to get to the queue, which is much more straightforward. The performance on 100 servers and 16 threads increased from 560k to 574k RPS, or 2.5%. A lot more simplifications are possible, but the minimum was done at this point.