bind9/bin
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
..
check Remove remaining checks for rbt64 2022-05-03 00:41:42 +01:00
confgen Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
delv Add hyperlinks to dig/mdig/delv +options 2022-04-26 12:43:13 +02:00
dig Cleanup dns_message_gettemp*() functions - they cannot fail 2022-05-17 12:39:25 +02:00
dnssec Teach dnssec-settime to read unset times that it writes 2022-05-17 16:28:40 +02:00
named Always use the number of CPUS for resolver->ntasks 2022-05-19 09:27:33 +02:00
nsupdate Cleanup dns_message_gettemp*() functions - they cannot fail 2022-05-17 12:39:25 +02:00
plugins Make isc_ht optionally case insensitive 2022-03-28 15:02:18 -07:00
rndc specify time format in the documentation for 'rdnc dnssec -checkds' 2022-05-18 15:24:54 -07:00
tests Fix typo in ednscompliance test 2022-05-18 19:13:30 +02:00
tools Cleanup dns_message_gettemp*() functions - they cannot fail 2022-05-17 12:39:25 +02:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00