commit | 0aa6f3e64b07417250ae9867982526a5867e57f0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 14 15:00:40 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 14 16:16:22 2022 +0200 |
tree | bf40ca77d8474e4f4262838ce7382e84a2890adf | |
parent | f5aef027cefe3066a6546580e599734b174bcd5f [diff] |
DOC: design: update the task vs thread affinity requirements It looks like we'll need: - one share timers queue for the rare tasks that need to wake up anywhere - one private timers queue per thread - one global queue per group - one local queue per thread And may be we can simply get rid of any global/shared run queue as we don't seem to have any task bound to a subset of threads.