[ ソース: gunicorn ]
パッケージ: gunicorn (19.7.1-4)
gunicorn に関するリンク
Trisquel の資源:
gunicorn ソースパッケージをダウンロード:
メンテナ:
Original Maintainer:
- Chris Lamb
外部の資源:
- ホームページ [gunicorn.org]
類似のパッケージ:
Event-based HTTP/WSGI server (Python 2 version)
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd.
* Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP
This is the Python 2 version.
その他の gunicorn 関連パッケージ
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
-
- dep: python-gunicorn (= 19.7.1-4)
- Event-based HTTP/WSGI server (Python 2 libraries)
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python-setuptools
- Python Distutils Enhancements
-
- sug: gunicorn-examples (= 19.7.1-4)
- Event-based HTTP/WSGI server (examples)
-
- sug: python-gevent
- gevent is a coroutine-based Python networking library
-
- sug: python-pastedeploy
- load, configure, and compose WSGI applications and servers - Python 2.x
-
- sug: python-setproctitle
- Setproctitle implementation for Python 2
-
- sug: python-tornado
- scalable, non-blocking web server and tools