Re: load balancing - email server
From: Eric Anderson (anderson_at_centtech.com)
Date: 04/28/05
- Previous message: Andrew McNaughton: "Re: apache in worker mode eats memory"
- In reply to: Etienne Ledoux: "Re: load balancing - email server"
- Next in thread: Oliver Brandmueller: "Re: load balancing - email server"
- Reply: Oliver Brandmueller: "Re: load balancing - email server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 28 Apr 2005 06:27:52 -0500 To: etiennel@datapro.co.za
Etienne Ledoux wrote:
> On Thursday 28 April 2005 10:04, Oliver Brandmueller wrote:
>
>>Hi.
>>
>>On Thu, Apr 28, 2005 at 09:44:12AM +0200, Etienne Ledoux wrote:
>>
>>>I have a similar setup but I use ipf (ipnat round-robin) for my load
>>>balancing, on a freebsd box infront of the machines. Works just as good.
>>
>>Never looked at it; is it able to do weighting and failover? How does it
>>detect, if a service is down on one of the machines, so that you don't
>>have every third connection failing?
>>
>
>
> Well I guess it's not that fancy. It's just plain vanilla round-robin load
> balancing. I use other tools to detect services that die, queues not clearing
> etc. I also use freevrrpd for failover. There use to be a project called
> lload. This apparently in conjunction with ipfw could do weighted load
> balancing but I can't seem to find that anymore. I guess it died. I'm sure
> there might be similar projects though.
Round-robin is typically considered 'load distribution', where the load
is evenly distributed amongst a list of hosts, but not balanced by how
loaded the machine is or if the machine is even down.
CARP, which will be in 5.4R I believe (and is in 6.0-CURRENT now), is
like VRRP, but with more knobs, whistles, and features. You should look
into CARP for this.
Eric
-- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology A lost ounce of gold may be found, a lost moment of time never. ------------------------------------------------------------------------ _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Andrew McNaughton: "Re: apache in worker mode eats memory"
- In reply to: Etienne Ledoux: "Re: load balancing - email server"
- Next in thread: Oliver Brandmueller: "Re: load balancing - email server"
- Reply: Oliver Brandmueller: "Re: load balancing - email server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|