On Fri, 24 Mar 2000, Yury Don wrote:
> I am trying to develop web application with postgresql as datastorage,
> using zope.
> I read in documentation that postgresql is not multithreaded. So, I
> understand that I can't use one connection to database for all users
> and I must to open new connecti
Hello All,
I am trying to develop web application with postgresql as datastorage,
using zope.
I read in documentation that postgresql is not multithreaded. So, I
understand that I can't use one connection to database for all users
and I must to open new connection for every user.
--
Best regar
Hello All,
I am trying to develop web application with postgresql as datastorage,
using zope.
I read in documentation that postgresql is not multithreaded. So, I
understand that I can't use one connection to database for all users
and I must to open new connection for every user. Am I right? Or m