[ ソース: gunicorn ]
パッケージ: python3-gunicorn (20.1.0-1)
python3-gunicorn に関するリンク
Debian の資源:
gunicorn ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [gunicorn.org]
類似のパッケージ:
Event-based HTTP/WSGI server (Python 3 libraries)
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 3 library.
その他の python3-gunicorn 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- dep: python3-setuptools
- Python3 用配布用ユーティリティへの機能強化