Skip to content

Commit 819255f

Browse files
committed
waitress
1 parent b103255 commit 819255f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/scenarios/web.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ with a heavier focus on modularity. It comes with a smaller number of
107107
libraries ("batteries") built-in, and encourages users to extend its
108108
base functionality.
109109

110-
Pyramid does not have a large user base, ulike Django and Flask. It's a
110+
Pyramid does not have a large user base, unlike Django and Flask. It's a
111111
capable framework, but not a very popular choice for new Python web
112112
applications today.
113113

@@ -151,6 +151,17 @@ are much more difficult to effectively use.
151151

152152
Gunicorn is the recommended choice for new Python web applications today.
153153

154+
155+
Waitress
156+
--------
157+
158+
`Waitress <http://waitress.readthedocs.org>`_ is a pure-python WSGI server
159+
that claims "very acceptable performance". It's documentation is not very
160+
detailed, but it offers some nice functionality that Gunicorn doesn't have
161+
(HTTP request buffering).
162+
163+
Waitress is gaining popularity within the Python web development community.
164+
154165
.. _uwsgi-ref:
155166

156167
uWSGI

0 commit comments

Comments
 (0)