Commit graph

6 commits

Author SHA1 Message Date
Mark Linimon
0441458fe3 Reset clement@FreeBSD.org due to long absence from FreeBSD.
Hat:		portmgr
2009-11-12 04:56:15 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +00:00
Jimmy Olgeni
0549f9a44f Fix a few common typos in pkg-descr ("separate", "compatible"). 2009-08-16 14:06:52 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Clement Laforet
5435227d9b - Update to 1.0.0 2005-02-03 21:20:43 +00:00
Clement Laforet
f012ee36b4 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/
2004-02-26 21:39:56 +00:00