Skip to main content

Waitress WSGI server

Project description

latest version of waitress on PyPI https://github.com/Pylons/waitress/workflows/Build%20and%20test/badge.svg master Documentation Status IRC Freenode

Waitress is a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 3.6+. It is also known to run on PyPy (version 3.6 compatible) on UNIX. It supports HTTP/1.0 and HTTP/1.1.

For more information, see the “docs” directory of the Waitress package or visit https://docs.pylonsproject.org/projects/waitress/en/latest/

2.0.0b1 (2020-11-29)

2.0.0b0 (2020-11-26)

  • Waitress no longer attempts to guess at what the server_name should be for a listen socket, instead it always use a new adjustment/argument named server_name.

    Please see the documentation for server_name in https://docs.pylonsproject.org/projects/waitress/en/latest/arguments.html and see https://github.com/Pylons/waitress/pull/329

  • Allow tasks to notice if the client disconnected.

    This inserts a callable waitress.client_disconnected into the environment that allows the task to check if the client disconnected while waiting for the response at strategic points in the execution and to cancel the operation.

    It requires setting the new adjustment channel_request_lookahead to a value larger than 0, which continues to read requests from a channel even if a request is already being processed on that channel, up to the given count, since a client disconnect is detected by reading from a readable socket and receiving an empty result.

    See https://github.com/Pylons/waitress/pull/310

  • Drop Python 2.7, 3.5 support

  • The server now issues warning output when it there are enough open connections (controlled by “connection_limit”), that it is no longer accepting new connections. This situation was previously difficult to diagnose. See https://github.com/Pylons/waitress/pull/322

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waitress-2.0.0b1.tar.gz (174.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

waitress-2.0.0b1-py3-none-any.whl (56.3 kB view details)

Uploaded Python 3

File details

Details for the file waitress-2.0.0b1.tar.gz.

File metadata

  • Download URL: waitress-2.0.0b1.tar.gz
  • Upload date:
  • Size: 174.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for waitress-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 0029808d404cdef227ca146637388e54f8c01ebd233d31024a14753333e8268c
MD5 edfadf1817906d3c0fe2027f9d96e328
BLAKE2b-256 44b60013622a2097b7f6abd778b76e1b0a0a073bf7f6f492c0a0392a023917f8

See more details on using hashes here.

File details

Details for the file waitress-2.0.0b1-py3-none-any.whl.

File metadata

  • Download URL: waitress-2.0.0b1-py3-none-any.whl
  • Upload date:
  • Size: 56.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0

File hashes

Hashes for waitress-2.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 2dc8067126856346f126039f7b5dc5788fb90fc5171071f50bcf060e08043aef
MD5 52a7ae3be2040a726ce78bdb054e1236
BLAKE2b-256 926cbe1405c68906d327c2a16fa00a8741736096d25988b472f8dca31a0d9109

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page