]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Move carbon/webserver/control/stats handling to a separate thread
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 3 May 2018 12:27:18 +0000 (13:27 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 16 May 2018 15:21:47 +0000 (17:21 +0200)
commitd77abca123d8e96ad0855770d63cae4d083440ac
tree653f511c9b8cadf7dd2713ff4c6dab47caf4d220
parentba574de992a6137a23c392b76ed3d7e4fbcbf4ca
rec: Move carbon/webserver/control/stats handling to a separate thread

This makes sure that no worker or distributor thread will get blocked
while waiting for a response from another thread, for example while
gathering stats or executing a command coming from the control
channel.
pdns/pdns_recursor.cc