Home > Uncategorized > Balance

Balance

February 28th, 2009 Leave a comment Go to comments

Собственно net/balance.

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.

The latest release now supports the definition of channel groups and
connection counting and handling boosting the power and versatility of
balance one big step further.

WWW: http://balance.sourceforge.net/

Установка:

1
portinstall balance

Настройка производится в файле /etc/rc.conf:

1
2
3
4
5
6
balance_enable="YES"
balance_hosts="web"
balance_web_flags="-a"
balance_web_address="80.92.110.82"
balance_web_ports="80"
balance_web_targets="172.16.127.10:80 172.16.127.11:80"
Tags:
  1. No comments yet.
  1. No trackbacks yet.