gunicorn

WSGI HTTP Server for UNIX
Download

gunicorn Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Benoit Chesneau
  • Publisher web site:
  • http://code.google.com/u/bchesneau/

gunicorn Tags


gunicorn Description

WSGI HTTP Server for UNIX gunicorn is a WSGI HTTP server for UNIX, fast clients and nothing else. This is a port of Unicorn (http://unicorn.bogomips.org/) in Python.Installation:Run command :python setup.py installUse gunicorn:gunicorn --help Usage: gunicorn APP_MODULE Options: --host=HOST Host to listen on. --port=PORT Port to listen on. --workers=WORKERS Number of workers to spawn. -h, --help show this help message and exitExample with test app :cd examples $ gunicorn --workers=2 test:appFor django projects use the gunicorn_django command.cd yourdjangoproject $ gunicorn_django --workers=2 Requirements: · Python


gunicorn Related Software