]> git.ipfire.org Git - thirdparty/squid.git/commit
SMP: regster worker listening ports one by one
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 25 Sep 2015 05:17:33 +0000 (22:17 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 25 Sep 2015 05:17:33 +0000 (22:17 -0700)
commit0dff3140f715f1bbbb955ab50be0a755f0f5edfc
treebc35157302dafe90b2f98049c9a2554d8bd98bad
parent935520fd9a3fde65910087f62780411557fb130f
SMP: regster worker listening ports one by one

When oeprating 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