Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
351835f2
Kaydet (Commit)
351835f2
authored
Nis 05, 2017
tarafından
Richard Barrell
Kaydeden (comit)
Tim Graham
Nis 06, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
üst
12d0567a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
24 deletions
+0
-24
index.txt
docs/howto/deployment/wsgi/index.txt
+0
-7
uwsgi.txt
docs/howto/deployment/wsgi/uwsgi.txt
+0
-9
signals.txt
docs/ref/signals.txt
+0
-8
No files found.
docs/howto/deployment/wsgi/index.txt
Dosyayı görüntüle @
351835f2
...
@@ -81,10 +81,3 @@ application that later delegates to the Django WSGI application, if you want
...
@@ -81,10 +81,3 @@ application that later delegates to the Django WSGI application, if you want
to combine a Django application with a WSGI application of another framework.
to combine a Django application with a WSGI application of another framework.
.. _`WSGI middleware`: https://www.python.org/dev/peps/pep-3333/#middleware-components-that-play-both-sides
.. _`WSGI middleware`: https://www.python.org/dev/peps/pep-3333/#middleware-components-that-play-both-sides
.. note::
Some third-party WSGI middleware 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.
docs/howto/deployment/wsgi/uwsgi.txt
Dosyayı görüntüle @
351835f2
...
@@ -34,15 +34,6 @@ command. For example:
...
@@ -34,15 +34,6 @@ command. For example:
.. _installation procedures: https://uwsgi-docs.readthedocs.io/en/latest/Install.html
.. _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
uWSGI model
-----------
-----------
...
...
docs/ref/signals.txt
Dosyayı görüntüle @
351835f2
...
@@ -531,14 +531,6 @@ Arguments sent with this signal:
...
@@ -531,14 +531,6 @@ Arguments sent with this signal:
Sent when Django finishes delivering an HTTP response to the client.
Sent when Django finishes delivering an HTTP response to the client.
.. note::
Some WSGI servers and middleware do not always call ``close`` on the
response object after handling a request, most notably uWSGI prior to 1.2.6
and Sentry's error reporting middleware up to 2.0.7. In those cases this
signal isn't sent at all. This can result in idle connections to database
and memcache servers.
Arguments sent with this signal:
Arguments sent with this signal:
``sender``
``sender``
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment