bind9/lib/ns/tests
Ondřej Surý 28b65d8256 Reduce the number of clientmgr objects created
Previously, as a way of reducing the contention between threads a
clientmgr object would be created for each interface/IP address.

We tasks being more strictly bound to netmgr workers, this is no longer
needed and we can just create clientmgr object per worker queue (ncpus).

Each clientmgr object than would have a single task and single memory
context.
2021-05-24 20:44:54 +02:00
..
testdata Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
listenlist_test.c Reduce the number of clientmgr objects created 2021-05-24 20:44:54 +02:00
Makefile.am Drop function wrapping as it is redundant for now 2020-09-28 09:09:21 +02:00
notify_test.c Reduce the number of clientmgr objects created 2021-05-24 20:44:54 +02:00
nstest.c Reduce the number of clientmgr objects created 2021-05-24 20:44:54 +02:00
nstest.h Refactor TLSDNS module to work with libuv/ssl directly 2021-01-25 09:19:22 +01:00
plugin_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
query_test.c Reduce the number of clientmgr objects created 2021-05-24 20:44:54 +02:00