Installation — Gunicorn 20.1.0 documentation
docs.gunicorn.org › en › stableThe version of Gunicorn in the Debian “oldstable” distribution is 19.6.0 (December 2020). You can install it using: $ sudo apt-get install gunicorn3. You can also use the most recent version 19.7.1 (December 2020) by using Debian Backports. First, copy the following line to your /etc/apt/sources.list:
gevent · PyPI
https://pypi.org/project/gevent11.12.2021 · gevent. gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop.. Features include: Fast event loop based on libev or libuv.; Lightweight execution units based on greenlets. API that re-uses concepts from the Python standard library (for examples there are events and queues).
gevent · PyPI
pypi.org › project › geventDec 11, 2021 · gevent and greenlet can both be installed with pip, e.g., pip install gevent. Installation using buildout is also supported. On Windows, macOS, and Linux, both gevent and greenlet are distributed as binary wheels. Tip You need Pip 8.0 or later, or buildout 2.10.0 to install the binary wheels on Windows or macOS.
greenlet · PyPI
pypi.org › project › greenletDec 15, 2011 · The “greenlet” package is a spin-off of Stackless, a version of CPython that supports micro-threads called “tasklets”. Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on “channels”. A “greenlet”, on the other hand, is a still more primitive notion of ...