aboutsummaryrefslogtreecommitdiff
path: root/www/py-gunicorn
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.13.4Sunpoet Po-Chuan Hsieh2011-11-194-72/+91
| | | | | | | | | | | | | | | | | | | - Add OPTIONS: EVENTLET, GEVENT, SETPROC - asynchronous workers: used in CLI with -k/--worker-class option [1] - setproctitle: used in CLI with --name option [2] - While I'm here, restrict USE_PYTHON range to 2.5-2.7 [1] http://gunicorn.org/configure.html#worker-class [2] http://gunicorn.org/configure.html#proc-name Changes: http://gunicorn.org/news.html PR: ports/162194 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: maintainer (timeout, 19 days) Feature safe: yes Notes: svn path=/head/; revision=286054
* - Update to 0.12.2Wen Heping2011-06-083-66/+71
| | | | | | | | | PR: ports/157296 Submitted by: Mirko Zinn <mail@derzinn.de> Approved by: maintainer(timeout, >14 days) Notes: svn path=/head/; revision=275219
* Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.Martin Wilke2011-03-174-0/+144
It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy. WWW: http://gunicorn.org/ PR: ports/155226 Submitted by: Kristaps Kulis <kristaps.kulis at gmail.com> Notes: svn path=/head/; revision=271109