1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/py-gunicorn/pkg-descr
Sunpoet Po-Chuan Hsieh 851c2dfe37 - Update to 0.13.4
- 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
2011-11-19 10:51:55 +00:00

7 lines
302 B
Plaintext

Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.
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/