Are there any Load Balancing solutions with Linux?
I am running a webserver hosted on two servers running Linux and want to
ensure that they are load balanced.
Thanks
Paul
I am running a webserver hosted on two servers running Linux and want to
ensure that they are load balanced.
Thanks
Paul
>> I am running a webserver hosted on two servers running Linux and want to
>> ensure that they are load balanced.
>This is done by having multiple entries in the DNS database
>--
>Tom Evans
>All disclaimers apply...
> I am running a webserver hosted on two servers running Linux and
> want to ensure that they are load balanced.
$ORIGIN foo.com
www IN A 199.1.1.1 ; first machine
www IN A 199.1.1.2 ; second machine
The addresses will be served to callers in a round-robin fashion.
That is, a random client will be given one of these two addresses when
they ask for "www.foo.com".
--
1. balance 2.33 - a simple tcp proxy with load balancing and failover
I'm pleased to announce balance 2.33
Balance is a simple but powerful generic tcp proxy with round
robin load balancing and failover mechanisms. Its behaviour
can be controlled at runtime using a simple command line syntax.
Balance succesfully runs at least on Linux(386), Linux(Itanium),
FreeBSD, BSD/OS and Solaris.
Balance is Open Source Software and released under GPL licensing
terms and may be downloaded at sourceforge:
http://balance.sourceforge.net
Balance 2.33 is mainly a bugfixing release.
Enjoy !
--
Thomas Obermair
Inlab Software GmbH
##########################################################################
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################
2. JX: gcc 2.7.2 instead of 2.8.1
3. Using Linux servers with Foundry ServerIron doing Load Balancing
4. Defense Standards and Guidelines/Rainbow Series
5. Linux alternative to NT Load Balancing Service?
6. where are pine and emacs ....
8. Disk Suite
9. Load Balancing 2 Dedicated Lines (ADSL + Cable) w/ Linux
10. load balancing - multiple modems w/2 linux boxes
11. Linux as a load balancing router SUGGESTIONS
12. Load-Balancing schemes under Linux?