Re: Two Squids Possible ?

From: Oskar Pearson <oskar@dont-contact.us>
Date: Wed, 26 Feb 1997 13:02:36 +0200 (GMT)

> > I'd like to know if it is possible to have two proxy on two machines...
> > that runs together (on for production and one in backup).
> > In fact I'd like to have a rescue proxy in the case the principal fails...

> I have a better question for you:
> it is possible to have 2 or more proxys on 2 or more machines with
> the same name (or cname) and make the machines work together in
> laod sharing? It is possible to do that without a Cisco Local
Yes. If you add 2 A records for a given host, a connection to the host
will randomly select one of the machines.

This is the way that Microsoft load balances their www site:
;; ANSWERS:
www.microsoft.com. 3732 A 207.68.137.59
www.microsoft.com. 3732 A 207.68.156.51
www.microsoft.com. 3732 A 207.68.137.56
www.microsoft.com. 3732 A 207.68.156.49
www.microsoft.com. 3732 A 207.68.137.53
www.microsoft.com. 3732 A 207.68.156.73
www.microsoft.com. 3732 A 207.68.156.58
www.microsoft.com. 3732 A 207.68.156.16
www.microsoft.com. 3732 A 207.68.156.61
www.microsoft.com. 3732 A 207.68.156.54
www.microsoft.com. 3732 A 207.68.137.65
www.microsoft.com. 3732 A 207.68.156.53
www.microsoft.com. 3732 A 207.68.137.62
www.microsoft.com. 3732 A 207.68.156.52

Netscape on the other hand does it with some system where they rotate
"www.netscape.com" between many hosts, while giving it a low ttl
;; ANSWERS:
www.netscape.com. 593 CNAME www81.netscape.com.
www81.netscape.com. 2628 A 198.95.251.36

They certainly have a lot of metal behind their web page...

> Director (for example working on the DNS) ?
This is different (and a LOT more expensive) The Traffic Director seems
to keep track of each and every connection going through it (it's a
bit like a firewall in those respects. It "converts" many machines on an
internal network to a single IP address, and has "current state" info
(as in "This machine on the outside, port number 3274, is connected to
internal machine 10.0.0.30, port 80)

It then re-writes the "from address" on outgoing traffic.

They can supposedly handle a million+ concurrent TCP/IP sessions, depending
on ram and config. (You had better have a very busy cache :)

        Oskar

=============================================
'experience made art, but inexperience luck.'
=============================================
Received on Wed Feb 26 1997 - 03:16:52 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:33 MST