29 Jul
1999
29 Jul
'99
3:42 p.m.
-----Original Message----- From: Michel Pelletier [mailto:michel@digicool.com] Sent: Thursday, July 29, 1999 11:39 AM To: 'Anthony Baxter'; Michel Pelletier Cc: 'zope-dev@zope.org' Subject: [Zope-dev] RE: [Zope] ZOracleDA Null Columns and Authorisation
another _really_ ugly issue is that if you create a second ZSybaseDA connection, to a different database, Zope hangs.
this is not good - I haven't had time to look at it.
This is because the C module has a bunch of global variables, including the connection (ie, a connection is not malloc()ed for each DA, but there is one global static one for the C module).
Uhm wait, this is not the reason. Which version of Zope are you using?
The ctsybase module needs alot of work.
This is still true.
-Michel