Willy Tarreau 0aa6f3e64b 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.
2022-06-14 16:16:22 +02:00
..
2006-06-15 21:48:13 +02:00
2022-05-31 17:05:27 +02:00
2006-06-15 21:48:13 +02:00
2022-04-16 12:15:47 +02:00