2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
Files
bind/lib/dns
Ondřej Surý 086b63f56d Use isc_queue to implement wait-free deadnodes queue
Replace the ISC_LIST based deadnodes implementation with isc_queue which
is wait-free and we don't have to acquire neither the tree nor node lock
to append nodes to the queue and the cleaning process can also
copy (splice) the list into a local copy without acquiring the list.

Currently, there's little benefit to this as we need to hold those
locks anyway, but in the future as we move to RCU based implementation,
this will be ready.

To align the cleaning with our event loop based model, remove the
hardcoded count for the node locks and use the number of the event loops
instead.  This way, each event loop can have its own cleaning as part of
the process.  Use uniform random numbers to spread the nodes evenly
between the buckets (instead of hashing the domain name).
2024-06-05 09:19:56 +02:00
..
2023-10-13 14:44:40 +02:00
2023-02-16 18:35:32 +01:00
2023-09-12 16:14:10 +02:00
2024-02-14 13:24:56 +01:00
2023-02-28 11:44:15 +01:00
2024-03-08 15:36:56 -08:00
2024-01-25 15:37:40 +01:00
2024-02-14 13:24:56 +01:00
2023-08-09 23:48:17 +00:00
2023-02-15 16:44:47 +00:00
2024-02-08 08:01:58 +01:00
2023-03-23 12:57:01 -07:00
2024-03-08 15:36:56 -08:00
2024-05-07 10:01:12 +10:00
2024-04-30 12:50:01 -07:00
2023-03-08 08:36:25 +01:00
2024-04-02 10:35:56 +02:00
2022-11-29 08:54:34 +01:00
2024-05-16 09:49:41 +00:00
2024-03-08 15:36:56 -08:00
2024-03-06 09:57:24 +01:00
2024-04-10 22:51:07 -04:00
2023-03-08 08:36:25 +01:00
2023-02-28 11:44:15 +01:00
2023-08-31 22:08:35 +02:00
2024-04-23 13:11:52 +02:00
2024-04-10 22:51:07 -04:00
2023-10-13 14:44:40 +02:00
2023-11-21 14:48:43 +11:00
2023-03-31 13:33:16 +02:00
2023-06-14 08:14:38 +00:00
2024-01-05 11:16:12 +01:00
2023-02-15 16:44:47 +00:00
2024-01-25 14:48:07 +01:00
2024-04-30 12:50:01 -07:00