diff options
author | clement <clement@FreeBSD.org> | 2004-02-27 05:39:56 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-27 05:39:56 +0800 |
commit | c2a7b61e5b173b74facc40c28f2cdd086aa0489a (patch) | |
tree | 5a1b55be4e5a4f5717818b8eb5507ef432410328 /net/pfinger | |
parent | 7330e56485abb249c364bcec3d9aab860310a5ad (diff) | |
download | freebsd-ports-gnome-c2a7b61e5b173b74facc40c28f2cdd086aa0489a.tar.gz freebsd-ports-gnome-c2a7b61e5b173b74facc40c28f2cdd086aa0489a.tar.zst freebsd-ports-gnome-c2a7b61e5b173b74facc40c28f2cdd086aa0489a.zip |
Add python director 0.0.7.
This is a pure-python TCP load balancer. It takes inbound TCP
connections and connects them to one of a number of backend servers.
Features:
* async i/o based, so much less overhead than fork/thread based
balancers.
* Multiple scheduling algorithms (random, round robin, leastconns,
leastconns+roundrobin)
* If a server fails to answer, it's removed from the pool - the
client that failed to connect gets transparently failed over to a
new host.
* xml based configuration file
* seperate management thread that periodically re-adds failed hosts
if they've come back up.
* optional builtin webserver for admin (sample of the running
screen)
* webserver has methods suitable for both interactive and automated
systems
WWW: http://pythondirector.sourceforge.net/
Diffstat (limited to 'net/pfinger')
0 files changed, 0 insertions, 0 deletions