Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 1996 00:35:41 -0400 (EDT)
From:      Brian Tao <taob@io.org>
To:        Brandon Gillespie <brandon@tombstone.sunrem.com>
Cc:        FREEBSD-HACKERS-L <freebsd-hackers@FreeBSD.ORG>, ipfilter@postbox.anu.edu.au
Subject:   Re: Load-balancing box
Message-ID:  <Pine.NEB.3.92.960813003131.17148A-100000@zap.io.org>
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:
>
> 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'?

    You don't have to hack BIND to do that, since it already supports
round-robin hostnames with multiple A records.  What Cisco's
LocalDirector box does (and what others are proposing to do with a
FreeBSD box and ipfilter) is forward packets divert packets to
different hosts based on a least-recently-used cycle, or least-load
cycle, or whatever local policy you have.  It will also automatically
remove a host from the pool if it is down or doesn't have a server
running.  It's basically a proxy server with some extra smarts built
in.
--
Brian Tao (BT300, taob@io.org, taob@ican.net)
Senior Systems and Network Administrator, Internet Canada Corp.
"Though this be madness, yet there is method in't"




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