CHANGES and release notes

This commit is contained in:
Witold Kręcicki
2018-11-13 19:03:43 +00:00
parent ef5cc6f9d6
commit cdf097ea32
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
5090. [func] Use multiple event loops in socket code, and
make network threads CPU-affinitive. This
significantly improves performance on large
systems. [GL #666]
5082. [bug] Fixed a race that could cause a crash in
dig/host/nslookup. [GL #650]
+9
View File
@@ -131,6 +131,15 @@
<section xml:id="relnotes_features"><info><title>New Features</title></info>
<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>
<para>
A new secondary zone option, <command>mirror</command>,