Re: Load balancing

2003-02-03 Thread Ed Wilts
On Mon, Feb 03, 2003 at 02:11:38PM -0500, Jonathan M. Slivko wrote: > Not quite I meant mirroring several sites over several different > servers in a failover situation. You may be able to get by with a simple DNS round robin, depending on exactly what you're trying to do. For more complex so

Re: Load balancing

2003-02-03 Thread Jesse Keating
On Monday 03 February 2003 11:11, Jonathan M. Slivko uttered: > Not quite I meant mirroring several sites over several different > servers in a failover situation. This would be a function of Red Hat Advanced Server, and Cluster Manager that comes with RHAS. -- Jesse Keating RHCE MCSE For W

RE: Load balancing

2003-02-03 Thread Jonathan M. Slivko
Anything open source? -- Jonathan On Mon, 3 Feb 2003, Joe Klemmer wrote: > On Mon, 2003-02-03 at 14:11, Jonathan M. Slivko wrote: > > > Not quite I meant mirroring several sites over several different > > servers in a failover situation. > > -- Jonathan > > Depending on what exactly you

RE: Load balancing

2003-02-03 Thread Joe Klemmer
On Mon, 2003-02-03 at 14:11, Jonathan M. Slivko wrote: > Not quite I meant mirroring several sites over several different > servers in a failover situation. > -- Jonathan Depending on what exactly your needs are, Coyote Point Systems has a good product. T

RE: Load balancing

2003-02-03 Thread Jonathan M. Slivko
Not quite I meant mirroring several sites over several different servers in a failover situation. -- Jonathan On Mon, 3 Feb 2003, Piero Calucci wrote: > On Sun, 2003-02-02 at 15:24, Jonathan Slivko wrote: > > I was sort of wondering the same thing, just with two or more servers serving the >

RE: Load balancing

2003-02-02 Thread Piero Calucci
On Sun, 2003-02-02 at 15:24, Jonathan Slivko wrote: > I was sort of wondering the same thing, just with two or more servers serving the >same sites in a failover mode. Any help would be appreciated. maybe you are looking for LVS http://www.linuxvirtualserver.org/ Piero -- Psyche-list mailin

RE: Load balancing

2003-02-02 Thread Jonathan Slivko
I was sort of wondering the same thing, just with two or more servers serving the same sites in a failover mode. Any help would be appreciated. -- Jonathan -Original Message- From: Jeffrey J. Karrels [mailto:[EMAIL PROTECTED]] Sent: Sun 2/2/2003 12:05 AM To: [EMAIL PROTECTED] Cc:

Re: Load balancing software?

2002-10-07 Thread Jason Gilbert
On Mon, 2002-10-07 at 09:09, [EMAIL PROTECTED] wrote: > At work we're considering the purchase of a rather expensive load balancer so > we can spread increased traffic loads over multiple web servers. Does anyone > know of an open source software alternative to a hardware load balancer? keepalived

Re: Load balancing software?

2002-10-07 Thread Chris Kloiber
ipvsadm, included in the 8.0 distro, will load balance web servers (and it is a part of Advanced Server 2.1 as well) On Mon, 2002-10-07 at 09:09, [EMAIL PROTECTED] wrote: > At work we're considering the purchase of a rather expensive load balancer so we > can spread increased traffic loads over mu

Re: Load balancing software?

2002-10-07 Thread dsavage
Jesse, That sounds like a first rate suggestion. Good show. --Doc Savage Fairview Heights, IL > On Monday, October 7, 2002 Jesse Keating wrote: > You could grab the source to the load balancer that Red Hat Advanced > Server uses... - This message w

Re: Load balancing software?

2002-10-07 Thread Jesse Keating
On Mon, 7 Oct 2002 13:09:01 GMT [EMAIL PROTECTED] wrote: # # At work we're considering the purchase of a rather expensive load # balancer so we can spread increased traffic loads over multiple web # servers. Does anyone know of an open source software alternative to # a hardware load balancer? Y

RE: Load balancing software?

2002-10-07 Thread Kevin McConnell
--- "Cochran Robert L (NO)" <[EMAIL PROTECTED]> wrote: > Why not just use the round-robin features of the > BIND name server? That > should help do some load balancing. I'm sure it's > crude, but it might be all > you need. That is a solution that will work, but one that tracks connections and loa

Re: Load balancing software?

2002-10-07 Thread Chris Chabot
The LVS (LinuxVirtualServer) project does just that.. it allows you to do most types of load balancing, can do persistent sessions, and when combined with heartbeat or some other server monitoring tool, allso does high-availability (add & remove servers on the fly). Combine LVS with a good ipta

RE: Load balancing software?

2002-10-07 Thread Cochran Robert L (NO)
Title: RE: Load balancing software? Why not just use the round-robin features of the BIND name server? That should help do some load balancing. I'm sure it's crude, but it might be all you need. Thanks   Robert L. Cochran -Original Message- From: [EMAIL PROTECTED] [mai

Re: Load balancing software?

2002-10-07 Thread Joe Klemmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 7 Oct 2002 [EMAIL PROTECTED] wrote: > At work we're considering the purchase of a rather expensive load > balancer so we can spread increased traffic loads over multiple web > servers. Does anyone know of an open source software alternative to