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 connection for every user. Am I right? Or maybe
> exists a way to work with one connection, wich will execute a several
> queries simultaneously?
Zope (actually, Z Pygres Database Adapter) does all neccessary thread
locking, so you don't need to worry about shared connections. Also, Zope
will open additional connections when it see it'd need more connections.
Just download and install proper Database Adapter. The one from Ross
Reedstrom is the thing to use.
There is Python/Zope Russian mailing list. You are welcome:
echo subscribe python | mail [EMAIL PROTECTED]
The list is not very active, and I'd be glad inviting more contributors :)
Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2.1/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.