File: gevent.wsgi.rst

package info (click to toggle)
python-gevent 24.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,364 kB
  • sloc: python: 138,768; ansic: 87,807; sh: 12,548; makefile: 2,379; javascript: 108
file content (16 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
==========================================================
 ``gevent.wsgi`` -- Historical note only; does not exist
==========================================================

.. warning::

   Beginning in gevent 1.3, this module no longer exists.

Starting in gevent 1.0a1 (2011), this module was nothing more than
an alias for :mod:`gevent.pywsgi`, which is what should be used instead.

Prior to gevent 1.0, when gevent was based on libevent,
``gevent.wsgi`` used libevent's http support, but that was dropped
with the introduction of libev. libevent's http support had several
limitations, including not supporting stream, not supporting
pipelining, and not supporting SSL.