On 12/08/2013 10:10 p.m., x-man wrote:
Hi Amos, we were actually thinking of trying something else, which is Configure each squid worker to interact with different cache peer on, which is listening on different port. We will start multiple instances of our cache peer software listening on different ports as well. This way every squid kid will talk to particular cache peer and I hope this way there will be no problem with the return traffic from cacher peer to squid kid. Let me know your thoughts on this.
Sounds like a useful workaround.
Also what is the best way in squid config to put some specific setting for particular kid? I saw some examples with IF clauses, is this working in 3.3.8?
Yes those if conditions should be working in any 3.2 or later. What changes is the the directives which you need to wrap (or NOT wrap) within them.
Amos