RE: [Zope] What's the default database connection status at Zope startup?
I have different Z PyGreSQL database connection objects.
What will be the default connection status when I'll start Zope (at boot process). Should the connections be opened manually? If yes, is there a "startup folder" like object? Are they opened by Zope when a client access a Z SQL method at the first time? The connections are opened just one for the Zope server or one per client?
I'm asking those questions because I intend to build an Intranet with 20-30 users that will heavily use a PostgreSQL server. I have searched the ZSQL documentation and didn't find any clue. Maybe that kind of questions would find a better place in a FAQ.
Database connection objects automatically connect when they are "woken up" from the object database (unless for some reason they cannot connect, like a bad connection string or something...). You don't need to worry about connecting them manually. Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations http://www.digicool.com
participants (1)
-
Brian Lloyd