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
..
2019-05-20 18:13:02 +02:00
2019-01-31 11:16:08 +01:00
2019-11-25 09:10:29 +01:00
2019-12-03 08:58:53 +11:00
2019-01-09 18:04:21 +11:00
2019-01-09 18:04:21 +11:00
2019-11-07 11:55:37 -08:00
2019-06-03 14:13:23 +02:00
2019-11-07 11:55:37 -08:00
2019-05-21 10:23:17 +00:00
2019-01-09 18:04:21 +11:00
2018-10-30 10:42:41 -07:00
2020-01-14 21:26:57 +01:00
2018-11-29 12:39:20 +11:00
2018-10-25 08:15:42 +02:00
2018-10-30 11:03:02 +11:00
2019-01-09 23:44:26 +01:00
2019-11-07 11:55:37 -08:00
2020-01-08 11:53:04 +01:00
2019-11-07 11:55:37 -08:00
2018-10-30 10:42:41 -07:00
2019-09-12 09:26:09 +02:00
2019-11-26 13:07:12 +01:00
2018-11-22 11:52:08 +00:00
2020-01-13 14:05:02 -08:00
2019-12-03 16:27:24 +01:00
2019-11-07 11:55:37 -08:00
2019-04-25 16:32:05 +02:00
2018-11-08 12:21:53 +07:00
2020-01-14 13:12:13 +01:00
2019-11-07 11:55:37 -08:00
2019-07-03 00:05:34 -04:00
2019-09-02 13:21:07 +02:00
2019-11-07 11:55:37 -08:00
2020-01-13 14:05:02 -08:00
2020-01-13 14:05:02 -08:00
2019-05-24 16:27:40 +10:00
2018-09-07 12:17:30 +02:00
2019-11-07 11:55:37 -08:00
2019-05-20 18:13:02 +02:00
2019-11-07 11:55:37 -08:00
2020-01-08 11:53:04 +01:00