Files
bind9/lib/dns
Ondřej Surý 26c2cbe63b Move offloaded DNSSEC operations to different helper threads
Currently, the isc_work API is overloaded.  It runs both the
CPU-intensive operations like DNSSEC validations and long-term tasks
like RPZ processing, CATZ processing, zone file loading/dumping and few
others.

Under specific circumstances, when many large zones are being loaded, or
RPZ zones processed, this stops the CPU-intensive tasks and the DNSSEC
validation is practically stopped until the long-running tasks are
finished.

As this is undesireable, this commit moves the CPU-intensive operations
from the isc_work API to the isc_helper API that only runs fast memory
cleanups now.

(cherry picked from commit 8a96a3af6a)
2024-09-12 16:41:02 +02:00
..
2024-09-11 09:33:13 +00:00
2024-09-10 10:34:32 +00:00
2024-09-02 03:25:35 +00:00
2024-03-08 15:36:56 -08:00
2024-02-14 13:24:56 +01:00
2024-02-08 08:01:58 +01:00
2024-09-09 19:27:28 +02:00
2024-08-22 10:17:08 +00:00
2024-05-07 10:01:12 +10:00
2024-08-01 03:48:08 +00:00
2024-04-30 12:50:01 -07:00
2024-04-02 10:35:56 +02:00
2024-05-16 09:49:41 +00:00
2024-03-08 15:36:56 -08:00
2024-08-29 21:40:16 +00:00
2024-09-11 09:33:13 +00:00
2024-04-23 13:11:52 +02:00
2024-04-10 22:51:07 -04:00
2024-08-22 10:17:08 +00:00
2024-01-05 11:16:12 +01:00
2024-01-25 14:48:07 +01:00
2024-09-09 19:27:28 +02:00
2024-04-30 12:50:01 -07:00