Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 1999 18:13:03 -0600
From:      Wes Peters <wes@softweyr.com>
To:        Miguel Gilly <mgilly@bonsai-studio.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Redundant Remote Webserver clustering
Message-ID:  <3779610F.AD0A55A0@softweyr.com>
References:  <199906291855.SAA21433@luna.pingnet.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
Miguel Gilly wrote:
> 
> Bonsai Studio: Web Design and More
> http://www.bonsai-studio.com
> Content-type: text/plain; charset="US-ASCII"
> Content-transfer-encoding: 7bit
> 
> Dear Sirs,
> 
> I would find it extremely helpful if FreeBSD could offer redundant
> clustering capabilities for ISP applications.
> 
> Nowadays I feel that it is a far better choice to choose a x86 Unix cluster
> over the expensive Sun/SGI SMP servers.
> 
> I found some affordable tools for Linux, but almost nothing for FreeBSD. I
> feel such an ability  would raise the value a lot of FreeBSD.

Define clustering.  If you mean a bunch of boxes that serve up HTTP
requests and the lot of them continue working in the face of a 
failure on one, you CAN do this with FreeBSD, and the "Beowulf"
software you're probably thinking of for Linux WILL NOT do this.

You do this on FreeBSD (or Linux or Solaris) by creating a "layer 4
router" or HTTP switch that directs traffic evenly among your several
web servers, and stops sending traffic to servers that have failed.

-- 
       "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                 Softweyr LLC
http://www.softweyr.com/~softweyr                      wes@softweyr.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3779610F.AD0A55A0>