[ 源代码: gunicorn ]
软件包:gunicorn3(19.9.0-1+deb10u1) [security]
gunicorn3 的相关链接
Debian 的资源:
下载源码包 gunicorn:
- [gunicorn_19.9.0-1+deb10u1.dsc]
- [gunicorn_19.9.0.orig.tar.gz]
- [gunicorn_19.9.0-1+deb10u1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [gunicorn.org]
相似软件包:
Event-based HTTP/WSGI server (Python 3 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 3 version.
其他与 gunicorn3 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-gunicorn (= 19.9.0-1+deb10u1)
- Event-based HTTP/WSGI server (Python 3 libraries)
-
- sug: gunicorn-examples (= 19.9.0-1+deb10u1)
- Event-based HTTP/WSGI server (examples)
-
- sug: python3-pastedeploy
- load, configure, and compose WSGI applications and servers - Python 3.x
-
- sug: python3-setproctitle
- Setproctitle implementation for Python 3
-
- sug: python3-tornado
- scalable, non-blocking web server and tools - Python 3 package