Ondřej Surý
c6f3e12fe7
Reduce the number of hazard pointers
...
Previously, we set the number of the hazard pointers to be 4 times the
number of workers because the dispatch ran on the old socket code.
Since the old socket code was removed there's a smaller number of
threads, namely:
- 1 main thread
- 1 timer thread
- <n> netmgr threads
- <n> threadpool threads
Set the number of hazard pointers to 2 + 2 * workers.
2021-12-07 21:12:53 +01:00
..
2021-07-06 05:33:48 +00:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-12-07 21:12:53 +01:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-09-09 15:35:39 +02:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-10-15 01:01:25 -07:00
2021-10-15 01:01:25 -07:00
2021-08-19 10:19:32 +10:00
2021-10-15 01:01:25 -07:00
2021-02-15 11:18:03 +01:00
2021-09-23 22:17:15 +02:00
2021-02-15 11:18:03 +01:00
2021-10-05 11:23:47 +03:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-05-03 20:22:54 +02:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-10-06 11:22:20 +02:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-02-15 11:18:03 +01:00
2021-08-24 09:07:15 +02:00
2021-02-15 11:18:03 +01:00
2021-10-15 01:01:25 -07:00
2021-05-07 14:28:30 -07:00
2021-10-21 09:31:01 +02:00
2021-07-12 03:47:11 +00:00
2021-10-13 00:49:15 -07:00