mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
CHANGES and release notes
This commit is contained in:
parent
e55bbec66e
commit
59ac0e87f8
5
CHANGES
5
CHANGES
@ -1,3 +1,8 @@
|
|||||||
|
5096. [func] Use multiple event loops in socket code, and
|
||||||
|
make network threads CPU-affinitive. This
|
||||||
|
significantly improves performance on large
|
||||||
|
systems. [GL #666]
|
||||||
|
|
||||||
5095. [test] Converted all unit tests from ATF to CMocka;
|
5095. [test] Converted all unit tests from ATF to CMocka;
|
||||||
removed the source code for the ATF libraries.
|
removed the source code for the ATF libraries.
|
||||||
Build with "configure --with-cmocka" to enable
|
Build with "configure --with-cmocka" to enable
|
||||||
|
@ -131,6 +131,15 @@
|
|||||||
|
|
||||||
<section xml:id="relnotes_features"><info><title>New Features</title></info>
|
<section xml:id="relnotes_features"><info><title>New Features</title></info>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Task manager and socket code have been substantially modified.
|
||||||
|
The manager uses per-cpu queues for tasks and network stack runs
|
||||||
|
multiple event loops in CPU-affinitive threads. This greatly
|
||||||
|
improves performance on large systems, especially when using
|
||||||
|
multi-queue NICs.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
A new secondary zone option, <command>mirror</command>,
|
A new secondary zone option, <command>mirror</command>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user