Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 1996 12:19:55 +0900 (JST)
From:      Michael Hancock <michaelh@cet.co.jp>
To:        Brandon Gillespie <brandon@tombstone.sunrem.com>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Load-balancing box
Message-ID:  <Pine.SV4.3.93.960813121122.14972A-100000@parkplace.cet.co.jp>
In-Reply-To: <Pine.BSF.3.91.960812205331.12546A-100000@tombstone.sunrem.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 12 Aug 1996, Brandon Gillespie wrote:

> On Tue, 13 Aug 1996, Michael Hancock wrote:
> > 
> > webserverA is what DNS advertises.  webservers 1 to 3 have mirrored
> > content.
> > 
> > When the redirector box starts up all servers are given zero cost requests
> > are redirected on a least cost basis with round-robin on identical costs.
> > (This is just an example of a distribution policy)
> > 
> > Servers that don't respond are assigned infinite cost and a
> > back-in-service algorithm can be used to get the rebooted server back in
> > the pool.
> 
> Wouldn't it be simpler to hack the name daemon to do the load balancing,
> so when they lookup 'www.xxx.yyy' it picks a machine and directs them to
> the IP for 'wwwX.xxx.yyy'?  From that point on you dont care what they are
> doing.  I know VMS can cluster like this, without a problem (through
> MultiNet).

Are you talking about round robin DNS?  This doesn't work very well.  You
don't want the IP to be cached.  It difficult to load balance thru DNS.

How do you deal with servers that go down?

Mike




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SV4.3.93.960813121122.14972A-100000>