Re: [squid-users] Squid redirectors children doesn't shutdown/die with squid

From: Henrik Nordström <henrik_at_henriknordstrom.net>
Date: Thu, 09 Sep 2010 20:55:30 +0200

tor 2010-09-09 klockan 09:25 -0500 skrev Jorge Iván Burgos Aguilar:

> Dump question for anyone with experience in building redirectors:
> How does concurrency is being implemented in the redirectors...
> A) A parallel-connection to the redirector
> B) More than one line at once
> C) Both
> ???

B
and also D (multiple processes).

The concurrency protocol sends more than one request at a time to the
the helper, each tagged with a unique id. The helper may respond to the
queries in any order if needed.

http://www.squid-cache.org/Doc/config/url_rewrite_program/
http://www.squid-cache.org/Doc/config/url_rewrite_concurrency/

Same scheme applies to all helper channels supporting concurrency.

In addition to concurrency there is also the children parameter which
controls how many instances of the helper Squid starts.

Regards
Henrk
Received on Thu Sep 09 2010 - 18:55:33 MDT

This archive was generated by hypermail 2.2.0 : Fri Sep 10 2010 - 12:00:04 MDT