]> git.ipfire.org Git - thirdparty/bind9.git/commit
3137. [func] Improve hardware scalability by allowing multiple
authorEvan Hunt <each@isc.org>
Thu, 28 Jul 2011 04:04:37 +0000 (04:04 +0000)
committerEvan Hunt <each@isc.org>
Thu, 28 Jul 2011 04:04:37 +0000 (04:04 +0000)
commitf07b2fccaf6be13d9440d323e9e79ee84fe345e2
tree9fe018dc04f87b640a53b301d1c965ae76d2c420
parent8181aa62285805fa40ea3dfc3a215c562678f162
3137. [func] Improve hardware scalability by allowing multiple
worker threads to process incoming UDP packets.
This can significantly increase query throughput
on some systems.  [RT #22992]
17 files changed:
CHANGES
bin/named/client.c
bin/named/include/named/interfacemgr.h
bin/named/interfacemgr.c
configure.in
lib/dns/dispatch.c
lib/dns/include/dns/dispatch.h
lib/isc/include/isc/namespace.h
lib/isc/include/isc/socket.h
lib/isc/tests/Makefile.in
lib/isc/tests/isctest.c
lib/isc/tests/isctest.h
lib/isc/tests/socket_test.c [new file with mode: 0644]
lib/isc/tests/taskpool_test.c
lib/isc/unix/socket.c
lib/isc/win32/libisc.def
lib/isc/win32/socket.c