]> git.ipfire.org Git - thirdparty/squid.git/commit
SMP: register worker listening ports one by one
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 27 Sep 2015 00:03:03 +0000 (17:03 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 27 Sep 2015 00:03:03 +0000 (17:03 -0700)
commitd74dae63a63db2ccfec52654aabbf2808e1f8987
tree86d1c4876c87b720502ab5c98ffb64ec02135b5b
parent7aa2f3dc076b0a5b7ba6fde199f6f0c7b8c6ff0b
SMP: register worker listening ports one by one

When operating with many listening ports workers can flood the UDS queue
buffers and run into a timeout waiting for the coordinator to respond.

To prevent that we for a queue and wait for each port to get a response
before registering the next.
src/ipc/SharedListen.cc