[Web-SIG] gunicorn 0.1 - new WSGI HTTP Server
Benoit Chesneau
bchesneau at gmail.com
Sun Jan 3 23:03:51 CET 2010
Hi,
Quick mail to announce the gunicorn 'Green Unicorn' 0.1. it is a WSGI
HTTP Server for UNIX, fast clients and nothing else. This is a port of
Unicorn (http://unicorn.bogomips.org/) in Python.
You can find it here :
http://pypi.python.org/pypi/gunicorn/0.1
Current features are limited to the choice of number of workerts/cores
you want to use and the ip/port. There are one command gunicorn_django
that allows you to launch any django project.
Any feedback is appreciated,
- Benoit
More information about the Web-SIG
mailing list