Commit graph

11 commits

Author SHA1 Message Date
Krister Walfridsson
c37e8fe1d6 Add RMD160 checksum. 2006-08-19 17:46:58 +00:00
Yoshito Komatsu
3ac4fbc0ed Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. 2006-05-19 16:51:13 +00:00
Sergey Svishchev
c11d89b336 Repair even more linkrot in MASTER_SITES and HOMEPAGEs... 2006-05-01 14:20:07 +00:00
Thomas Klausner
6ede639c74 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:24:52 +00:00
Roland Illig
905ad5a1e3 Removed trailing white-space. 2005-05-23 10:27:02 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Thomas Klausner
fd9bb6b19c py-twisted, not py-Twisted. 2005-02-04 14:27:40 +00:00
Min Sik Kim
ab52d88fac wip/py-twisted -> net/py-twisted 2004-08-02 20:10:32 +00:00
Soren Jacobsen
6b89556570 Convert to buildlink3. 2004-05-09 23:50:57 +00:00
Soren Jacobsen
d68fd9f095 s/seperate/separate/ 2004-01-31 23:59:45 +00:00
Michal Pasternak
4fbcd551cf 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. Can
* 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
2003-11-08 11:48:57 +00:00