|
@@ -34,15 +34,6 @@ command. For example:
|
|
|
|
|
|
.. _installation procedures: https://uwsgi-docs.readthedocs.io/en/latest/Install.html
|
|
|
|
|
|
-.. warning::
|
|
|
-
|
|
|
- Some distributions, including Debian and Ubuntu, ship an outdated version
|
|
|
- of uWSGI that does not conform to the WSGI specification. Versions prior to
|
|
|
- 1.2.6 do not call ``close`` on the response object after handling a
|
|
|
- request. In those cases the :data:`~django.core.signals.request_finished`
|
|
|
- signal isn't sent. This can result in idle connections to database and
|
|
|
- memcache servers.
|
|
|
-
|
|
|
uWSGI model
|
|
|
-----------
|
|
|
|