Date: Thu, 26 Feb 2004 13:39:56 -0800 (PST) From: Clement LAFORET <clement@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/pythondirector Makefile distinfo pkg-descr pkg-plist Message-ID: <200402262139.i1QLdulo008839@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clement 2004/02/26 13:39:56 PST
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/pythondirector Makefile distinfo pkg-descr pkg-plist
Log:
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/
Revision Changes Path
1.1234 +1 -0 ports/net/Makefile
1.1 +29 -0 ports/net/pythondirector/Makefile (new)
1.1 +2 -0 ports/net/pythondirector/distinfo (new)
1.1 +20 -0 ports/net/pythondirector/pkg-descr (new)
1.1 +38 -0 ports/net/pythondirector/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402262139.i1QLdulo008839>
