3 Aug
1999
3 Aug
'99
6:26 p.m.
At 11:04 AM 8/3/99 -0400, Michel Pelletier wrote:
Here is the official ZSybaseDA. Currently, the ZSybaseDA is a level 2 DA, meaning that it will work with a threaded Zope, but all transactions with all other level 2 DAs are serialized in the transaction manager. The ZSybaseDA REQUIRES Zope 2.0!
Um, correct me if I'm wrong, but doesn't Level 2 mean that the adapter is thread safe, and thus has to release the Python global interpreter lock? I've been skimming through the new ctsybase.c and I don't see it doing this.