[Zope] Interbase gvibDA Adapter - Threading and Interbase Roles

Dieter Maurer dieter@handshake.de
Tue, 6 Feb 2001 20:40:52 +0100 (CET)


W. Robert Kellock writes:
 > Hi,
 > 
 > I was wondering whether you could tell me which way we should go when using
 > the gvibDA database adapter.  In your documentation it says:
 > 
 > "gvib.threadsafety
 > 
 >   This attribute indicates what level of thread safety the
 >   code supports.  It is set to 1 - Threads may share the
 >   module but not connections."
 > 
 > In Zope does this mean that database requests are serialized or will the
 > connection crash if two or more SQL methods attempt to use the connector
 > simultaneously?
It probably means each thread will open its own connection
(and not share a single one).


Dieter