[Zope] Database adapter connections
Dieter Maurer
dieter@handshake.de
Fri, 15 Mar 2002 20:29:53 +0100
Michal Bukovjan writes:
> ...
> but at any case, there is always
> only one physical connection (I can tell it by number of active DB
> server connections), which is being used by multiple Zope threads.
Maybe, there is some (module global) connection cache used, that's
happy it finds already a connection for the given connection string...
> A second connection is never started, no matter how I changed the gvibDA
> / gvib so far.
Dieter