File: gevent.wsgi.rst

package info (click to toggle)
python-gevent 25.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,036 kB
  • sloc: python: 170,894; ansic: 82,360; sh: 6,265; makefile: 1,550; javascript: 108
file content (16 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (5)
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.