On 02/17/2013 11:31 AM, Anssi Kääriäinen wrote:
> It seems SQLAlchemy has a mature pooling implementation. So, yet
> another approach is to see if SQLAlchemy's pooling implementation
> could be reused. (Maybe in conjunction with the above 'POOLER' idea).

There is in fact an implementation of reusing SQLAlchemy's connection
pool with Django (via DatabaseWrapper subclassing):
https://github.com/kennethreitz/django-postgrespool/

I have this in production for several months with no issues, so the
concept certainly works.

Carl

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to