From: Ondřej Surý Date: Wed, 23 Mar 2022 12:53:54 +0000 (+0100) Subject: Add CHANGES note for [GL #3226] X-Git-Tag: v9.19.0~27^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae0898e328429bb103803be164ee5ca1b51449e0;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #3226] --- diff --git a/CHANGES b/CHANGES index 3b8025e8c75..1a3210e1adf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +5846. [func] In dns_zonemgr, create per-thread task, zonetask, and + loadtask and pin the zones to individual threads, + instead of having "many", spreading the zones among + them and hoping for the best. This also removes any + need to dynamically reallocate the pools with memory + contexts and tasks. [GL #3226] + 5845. [bug] Refactor the timer to keep track of posted events as to use isc_task_purgeevent() instead of using isc_task_purgerange(). The isc_task_purgeevent()