From owner-freebsd-questions@FreeBSD.ORG Thu Mar 4 16:52:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA3116A4CE for ; Thu, 4 Mar 2004 16:52:12 -0800 (PST) Received: from mail.themango.org (64-151-22-206-dhcp-kc.everestkc.net [64.151.22.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C88E43D39 for ; Thu, 4 Mar 2004 16:52:12 -0800 (PST) (envelope-from luke@themango.org) Received: from www.themango.org (mail.themango.org [10.2.1.3]) by mail.themango.org (Postfix) with SMTP id 3569F45049; Thu, 4 Mar 2004 18:52:27 -0600 (CST) Received: from 208.24.179.28 (SquirrelMail authenticated user luke) by www.themango.org with HTTP; Thu, 4 Mar 2004 18:52:27 -0600 (CST) Message-ID: <51683.208.24.179.28.1078447947.squirrel@www.themango.org> In-Reply-To: <05de01c4023c$0e2ed4e0$7d01a8c0@VIDAFIT.COM> References: <05de01c4023c$0e2ed4e0$7d01a8c0@VIDAFIT.COM> Date: Thu, 4 Mar 2004 18:52:27 -0600 (CST) From: luke@themango.org To: "Anjan Upadhya" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: Load Balancing in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 00:52:12 -0000 > Hello all, > > I am trying to find a solution for FreeBSD like the Windows Load > Balancing. > I don't want to have a dedicated machine doing load balancing for multiple > web servers since it will be a single point of failure. > > Instead, I would like to have a utility running on all the freebsd > machines > that check each other in a cluster and take over for the overloaded node > based on predefined rules. > > I am not sure if this even exists since I could not find a solution yet on > the web. > > Any help or ideas would be appreciated. > > Regards, > Anjan > http://www.bsdshell.net/ I came across this awhile ago, though I have never used nor do I know if it's really what you want. But it's at least worth a shot. Cheers, Luke