On Tue, 22 Mar 2005, Juhani Tali wrote:
I tested the behaviour a bit more: squid.conf only one cache_peer line: cache_peer cache_test.aso.ee parent 3128 7 no-query round-robin
As another user said, if you know the addresses of each proxy then it is better to define one cache_peer per parent.
Now without the round-robin: cache_peer cache_proov.asosise parent 3128 7 no-query default
The round-robin flag controls how Squid selects which cache_peer to use when you have multiple cache_peer lines in your squid.conf.
If there us multiple addresses known for a destination (server or peer) then Squid always round-robins over the known addresses when trying to talk to this host.
Regards Henrik