Changes between Version 7 and Version 8 of Ticket #31373
- Timestamp:
- Mar 17, 2020, 4:41:24 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31373 – Description
v7 v8 21 21 - Django 2.x has similar issue for CONN_MAX_AGE=30, but can reuse connections (still there are several errors on high traffic, but app server can "recover" and handle bunch of incoming requests) 22 22 - Looks like Django 3.x cannot reuse connections 23 - uwsgi + threads + CONN_MAX_AGE=0 on localhost -> cannot reproduce 23 24 24 25 ---- … … 38 39 There may be two separate cases: 39 40 1. not reusing connection when CONN_MAX_AGE is greater than 0 40 2. leaking (not closing?) connections on uwsgi with enabled threadsand CONN_MAX_AGE set to 041 2. leaking (not closing?) connections on uwsgi (?) with enabled threads (?) and CONN_MAX_AGE set to 0