Re: [squid-users] Routing to multiple Parent proxies

2003-10-27 Thread Henrik Nordstrom
On Mon, 27 Oct 2003, Adeoye Oke wrote: > The constraints I have to work with are: > 1. The parent proxies do not support ICP queries So you need prefer_direct off or never_direct. > 2. Some of the proxies become really slow, so I would need to send > requests to the faster proxies first. For th

RE: [squid-users] Routing to multiple Parent proxies

2003-10-30 Thread Adeoye Oke
Sent: Monday, October 27, 2003 7:49 PM To: Adeoye Oke Cc: [EMAIL PROTECTED] Subject: Re: [squid-users] Routing to multiple Parent proxies On Mon, 27 Oct 2003, Adeoye Oke wrote: > The constraints I have to work with are: > 1. The parent proxies do not support ICP queries So you need prefer

RE: [squid-users] Routing to multiple Parent proxies

2003-10-30 Thread Henrik Nordstrom
On Thu, 30 Oct 2003, Adeoye Oke wrote: > What I meant by this was the ability to change the list of parents, if > possible dynamically, say by reading a new set of parents, from a file > or list specified somewhere, in the event that one or more of the > existing parents goes offline. This is also

Re: [squid-users] Routing to multiple Parent proxies

2003-10-30 Thread Brett Lymn
On Thu, Oct 30, 2003 at 11:40:08PM +0100, Henrik Nordstrom wrote: > > What is wrong with modifying squid.conf and issuing a "squid -k > reconfigure"? > Because it can be seen as an interruption to service - squid actually appears to refuse requests for a short period when it is reconfiguring so

Re: [squid-users] Routing to multiple Parent proxies

2003-10-30 Thread Adam Aube
On Thursday 30 October 2003 07:34 pm, Brett Lymn wrote: > On Thu, Oct 30, 2003 at 11:40:08PM +0100, Henrik Nordstrom wrote: >> What is wrong with modifying squid.conf and issuing a "squid -k >> reconfigure"? > > Because it can be seen as an interruption to service Then a better solution might be s

Re: [squid-users] Routing to multiple Parent proxies

2003-10-30 Thread Brett Lymn
On Thu, Oct 30, 2003 at 08:33:03PM -0500, Adam Aube wrote: > > Then a better solution might be some kind of hardware load balancer or > clustering. > Or just schedule the reloads for out of hours, since we are not a 24/7 operation that is ok for us but it does limit when we reconfigure our squi

Re: [squid-users] Routing to multiple Parent proxies

2003-10-31 Thread Henrik Nordstrom
On Fri, 31 Oct 2003, Brett Lymn wrote: > Because it can be seen as an interruption to service - squid actually > appears to refuse requests for a short period when it is reconfiguring > some users find that disturbing. True.. Squid briefly (usually 1ms or less) refuses new connections while readi

Re: [squid-users] Routing to multiple Parent proxies

2003-11-02 Thread Brett Lymn
On Fri, Oct 31, 2003 at 10:56:49AM +0100, Henrik Nordstrom wrote: > > True.. Squid briefly (usually 1ms or less) refuses new connections while > reading the new configuration, but it does not stop already accepted > connections. > > If you see larger disruptions of service than this then somethi