mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
waitress
This commit is contained in:
+12
-1
@@ -107,7 +107,7 @@ with a heavier focus on modularity. It comes with a smaller number of
|
||||
libraries ("batteries") built-in, and encourages users to extend its
|
||||
base functionality.
|
||||
|
||||
Pyramid does not have a large user base, ulike Django and Flask. It's a
|
||||
Pyramid does not have a large user base, unlike Django and Flask. It's a
|
||||
capable framework, but not a very popular choice for new Python web
|
||||
applications today.
|
||||
|
||||
@@ -151,6 +151,17 @@ are much more difficult to effectively use.
|
||||
|
||||
Gunicorn is the recommended choice for new Python web applications today.
|
||||
|
||||
|
||||
Waitress
|
||||
--------
|
||||
|
||||
`Waitress <http://waitress.readthedocs.org>`_ is a pure-python WSGI server
|
||||
that claims "very acceptable performance". It's documentation is not very
|
||||
detailed, but it offers some nice functionality that Gunicorn doesn't have
|
||||
(HTTP request buffering).
|
||||
|
||||
Waitress is gaining popularity within the Python web development community.
|
||||
|
||||
.. _uwsgi-ref:
|
||||
|
||||
uWSGI
|
||||
|
||||
Reference in New Issue
Block a user