mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
851c2dfe37
- 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
7 lines
302 B
Plaintext
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/
|