Craig Kerstiens 3/7/2013

Fixing Database Connections in Django

Read Original

This technical article details a common Django performance issue where a new database connection is established for each request, causing significant latency. It explains the problem, shows metrics, and provides solutions using connection pooling libraries like Django-PostgresPool and djorm-ext-pool to persist connections and dramatically reduce response times.

Fixing Database Connections in Django

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week