File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ with a heavier focus on modularity. It comes with a smaller number of
107107libraries ("batteries") built-in, and encourages users to extend its
108108base 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
111111capable framework, but not a very popular choice for new Python web
112112applications today.
113113
@@ -151,6 +151,17 @@ are much more difficult to effectively use.
151151
152152Gunicorn 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
156167uWSGI
You can’t perform that action at this time.
0 commit comments