2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-28 21:17:54 +00:00
Tony Finch 44c80c4ae1 Support for off-loop read-ony qp-trie transactions
It is sometimes necessary to access a qp-trie outside an isc_loop,
such as in tests or an isc_work callback. The best option was to use
a `dns_qpmulti_write()` transaction, but that has overheads that are
not necessary for read-only access, such as committing a new version
of the trie even when nothing changed.

So this commit adds a `dns_qpmulti_read()` transaction, which is
nearly as lightweight as a query transaction, but it takes the mutex
like a write transaction.
2023-04-05 12:35:04 +01:00
..
2023-02-16 18:35:32 +01:00
2023-02-15 16:44:47 +00:00
2023-03-28 12:38:27 -07:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-04-03 14:09:13 +02:00
2023-02-15 16:44:47 +00:00
2023-02-28 09:38:17 +01:00
2022-11-29 08:54:34 +01:00
2023-03-23 12:57:01 -07:00
2023-02-28 11:44:15 +01:00
2023-03-08 08:36:25 +01:00
2022-11-29 08:54:34 +01:00
2022-05-03 00:41:42 +01:00
2023-03-08 08:36:25 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-04-03 15:21:43 +00:00
2023-02-28 11:44:15 +01:00
2023-02-15 16:44:47 +00:00
2023-04-03 12:08:05 +01:00
2023-03-31 13:33:16 +02:00
2023-02-15 16:44:47 +00:00