Re: [squid-dev] [PATCH] convert DNS shutdown to runner

2016-10-02 Thread Amos Jeffries
On 3/10/2016 1:29 p.m., Alex Rousskov wrote: > On 10/02/2016 06:35 AM, Amos Jeffries wrote: >> This patch adds a Runner to manage the DNS component state on shutdown >> (and the matching reconfigure port closures). The actions taken on >> reconfigure and shutdown are not changed, just their timing.

Re: [squid-dev] [PATCH] convert DNS shutdown to runner

2016-10-02 Thread Alex Rousskov
On 10/02/2016 06:35 AM, Amos Jeffries wrote: > This patch adds a Runner to manage the DNS component state on shutdown > (and the matching reconfigure port closures). The actions taken on > reconfigure and shutdown are not changed, just their timing. > +RunRegisteredHere(RegisteredRunner::start

[squid-dev] [PATCH] convert DNS shutdown to runner

2016-10-02 Thread Amos Jeffries
This patch adds a Runner to manage the DNS component state on shutdown (and the matching reconfigure port closures). The actions taken on reconfigure and shutdown are not changed, just their timing. Visible differences are now that Squid logs when DNS ports are being closed (and the reason), also