bind9/bin
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
..
check update copyright year to 2020 2020-01-02 21:45:30 -08:00
confgen update copyright year to 2020 2020-01-02 21:45:30 -08:00
delv update copyright year to 2020 2020-01-02 21:45:30 -08:00
dig update copyright year to 2020 2020-01-02 21:45:30 -08:00
dnssec update copyright year to 2020 2020-01-02 21:45:30 -08:00
named Make hazard pointers max_threads configurable at runtime. 2020-01-14 21:26:57 +01:00
nsupdate update copyright year to 2020 2020-01-02 21:45:30 -08:00
pkcs11 update copyright year to 2020 2020-01-02 21:45:30 -08:00
plugins update copyright year to 2020 2020-01-02 21:45:30 -08:00
python update copyright year to 2020 2020-01-02 21:45:30 -08:00
rndc Protect globally accessed variables in rndc.c by making them C11 atomic 2020-01-14 13:12:13 +01:00
tests allow both key and DS trust anchors to be used for the same name. 2020-01-14 11:17:30 -08:00
tools update copyright year to 2020 2020-01-02 21:45:30 -08:00
win32/BINDInstall Fix libuv.dll handling 2019-11-12 09:14:59 +00:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00