Files
bind9/lib/dns
Evan Hunt 6936db2f59 Always use the number of CPUS for resolver->ntasks
Since the fctx hash table is now self-resizing, and resolver tasks are
selected to match the thread that created the fetch context, there
shouldn't be any significant advantage to having multiple tasks per CPU;
a single task per thread should be sufficient.

Additionally, the fetch context is always pinned to the calling netmgr
thread to minimize the contention just to coalesced fetches - if two
threads starts the same fetch, it will be pinned to the first one to get
the bucket.
2022-05-19 09:27:33 +02:00
..
2022-05-03 12:38:59 +00:00
2022-05-03 10:02:19 +02:00
2022-05-03 12:38:59 +00:00
2022-05-03 12:38:59 +00:00
2022-05-02 19:47:58 +01:00
2022-05-03 00:41:42 +01:00
2022-05-03 12:38:59 +00:00
2022-05-03 12:38:59 +00:00
2022-05-03 12:38:59 +00:00