I have configured nginx+uwsgi in CENTOS 6.3, with web2py 2.2.1
As I have read in other posts, uwsgi is configured to use processes instead 
of threads. 
In this scenario if I want to use database connection pooling to avoid the 
overhead of stablishing a new connection in every request.
Every process is a independent web2py instance with it's own connection 
pool?
Should I use a pool of 1 connection in this case?

Thanks in advance, kind regards

-- 



Reply via email to