aboutsummaryrefslogtreecommitdiff
path: root/net/pythondirector
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSE_FILEDmitry Marakasov2016-05-231-3/+7
| | | | | | | | - Add NO_ARCH - Switch to options helpers Notes: svn path=/head/; revision=415713
* Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni2015-09-201-2/+2
| | | | Notes: svn path=/head/; revision=397461
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* - Add LICENSESunpoet Po-Chuan Hsieh2014-07-313-61/+23
| | | | | | | | | | - Use PYDISTUTILS_AUTOPLIST - Use USES=twisted - Bump PORTREVISION for dependency change - Reformat pkg-descr Notes: svn path=/head/; revision=363570
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-3/+3
| | | | Notes: svn path=/head/; revision=360664
* Stagify.Vanilla I. Shu2014-06-091-3/+2
| | | | Notes: svn path=/head/; revision=357178
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Reset clement@FreeBSD.org due to long absence from FreeBSD.Mark Linimon2009-11-121-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=244149
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* Fix a few common typos in pkg-descr ("separate", "compatible").Jimmy Olgeni2009-08-161-1/+1
| | | | Notes: svn path=/head/; revision=239651
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* - Update to 1.0.0Clement Laforet2005-02-032-3/+3
| | | | Notes: svn path=/head/; revision=127996
* Add python director 0.0.7.Clement Laforet2004-02-264-0/+89
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/ Notes: svn path=/head/; revision=102235