On 12 July 2012 19:50, est wrote:
> Hi list,
>
> I am running a site with django + uwsgi, I have few questions about how WSGI
> works.
>
> 1. Is db connection open/close handled by Django? If it's open/closed per
> request,
Yes it is.
> can we make a connection pool in wsgi level, then multiple
Hi list,
I am running a site with django + uwsgi, I have few questions about how
WSGI works.
1. Is db connection open/close handled by Django? If it's open/closed per
request, can we make a connection pool in wsgi level, then multiple django
views can share it?
2. As a general design considerati