haproxy/doc/design-thoughts
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
..
backends-v0.txt
backends.txt
be-fe-changes.txt
binding-possibilities.txt
config-language.txt
connection-reuse.txt
connection-sharing.txt
dynamic-buffers.txt
entities-v2.txt DOC: assorted typo fixes in the documentation 2020-03-09 14:45:58 +01:00
how-it-works.txt
http2.txt DOC: assorted typo fixes in the documentation 2020-03-09 14:45:58 +01:00
http_load_time.url
pool-debugging.txt DOC: design: add design thoughts for later simplification of the pools 2022-02-24 09:01:59 +01:00
rate-shaping.txt
sess_par_sec.txt
thread-group.txt DOC: design: update the task vs thread affinity requirements 2022-06-14 16:16:22 +02:00