I wonder why django doesn\'t support connection pool? I can\'t bear open/close connection every request. I try to solve it, but hasn\'t a good solution.
I try to us
Here's a discussion about why django did not add pooling to the core: https://groups.google.com/forum/#!topic/django-developers/NwY9CHM4xpU
Generally speaking it's because third party applications such as pgbouncer do it better.