psycopg / psycogreen

Integration of psycopg2 with coroutine libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

question: integration with django / examples

benzkji opened this issue · comments

as mentioned here:
https://serverfault.com/questions/635100/django-conn-max-age-persists-connections-but-doesnt-reuse-them-with-postgresq

I am a bit lost, and wonder if there are any examples, showing an django intergration with psycogreen. As I interpret, it could be a drop in solution, that could make for example pgbouncer no more necessary, when using geven/eventlet. The key question for me: Where to do the monkey patching? in the .wsgi file? Other places?

What you link is 7 years old, I don't know how valid it is.

The question you ask is something between Django and eventlet or gevent. You should check with those project what is the best place if you want to use them together.