#35685: Support for postgres connection pools and persistent connections
-------------------------------------+-------------------------------------
Reporter: Tharinda Seth | Owner: (none)
Wijesekera |
Type: New feature | Status: closed
Component: Database layer | Version: 5.1
(models, ORM) |
Severity: Normal | Resolution: wontfix
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Florian Apolloner):
Supporting for `CONN_MAX_AGE` in the pool makes no sense. Pooled
connections utilize `max_lifetime` from the pool configuration itself. The
ticket description is a bit confusing, so I cannot say what the actual
problem is.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35685#comment:2>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.