bind9/bin
Ondřej Surý 1fe391fd40 Make all tasks to be bound to a thread
Previously, tasks could be created either unbound or bound to a specific
thread (worker loop).  The unbound tasks would be assigned to a random
thread every time isc_task_send() was called.  Because there's no logic
that would assign the task to the least busy worker, this just creates
unpredictability.  Instead of random assignment, bind all the previously
unbound tasks to worker 0, which is guaranteed to exist.
2022-05-25 16:04:51 +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 Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
dnssec Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
named Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
nsupdate Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
plugins Make isc_ht optionally case insensitive 2022-03-28 15:02:18 -07:00
rndc Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
tests Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
tools Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00