django-db-pool
django-db-pool copied to clipboard
Django DB Pool - Another database persistance / pooling implementation for Django
This patch permits to select a different connection pool class. Included there is a wrap to the gevent psycopg2 poll suitable to be used in a events based environment (like...
Hey there, Started working with django-db-pool. Once I changed the settings and deployed to Heroku I saw immediate improvements in response times. For some reason when I'm running in dev...
We recently upgraded from 95d11027aabcbc2070de05e1a955d24c3a0c9445 to the release version, and started seeing a lot of the following message from our Celery workers after a deploy: ``` PoolError('connection pool exausted', )...
``` Note that this code has not been rigorously tested in high-volume production systems! ``` Well... it has now :) We have it running across 16 app servers, and it's...