bind9/bin/check
Ondřej Surý 2707d0eeb7 Set hard thread affinity for each zone
After switching to per-thread resources in the zonemgr, the performance
was decreased because the memory context, zonetask and loadtask was
picked from the pool at random.

Pin the zone to single threadid (.tid) and align the memory context,
zonetask and loadtask to be the same, this sets the hard affinity of the
zone to the netmgr thread.
2022-04-01 23:50:34 +02:00
..
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
check-tool.c Set hard thread affinity for each zone 2022-04-01 23:50:34 +02:00
check-tool.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move the include Makefile.tests to the bottom of Makefile.am(s) 2021-06-24 15:33:52 +02:00
named-checkconf.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
named-checkconf.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
named-checkzone.c Replace ISC_NORETURN with C11's noreturn 2022-03-25 08:33:43 +01:00
named-checkzone.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00
named-compilezone.rst Add internal hyperlinks to See Also section of manual pages 2022-03-14 10:46:36 +01:00