bind9/lib/isc/include
Witold Kręcicki 493b6a9f33 Make hazard pointers max_threads configurable at runtime.
hp implementation requires an object for each thread accessing
a hazard pointer. previous implementation had a hardcoded
HP_MAX_THREAD value of 128, which failed on machines with lots of
CPU cores (named uses 3n threads). We make isc__hp_max_threads
configurable at startup, with the value set to 4*named_g_cpus.
It's also important for this value not to be too big as we do
linear searches on a list.
2020-01-14 21:26:57 +01:00
..
isc Make hazard pointers max_threads configurable at runtime. 2020-01-14 21:26:57 +01:00
pk11 temporarily move ISC_QUEUE to list.h 2019-11-07 11:55:37 -08:00
pkcs11 Replace the OASIS PKCS#11 header file with one from p11-kit 2019-09-16 04:47:50 -04:00
Makefile.in Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00