[ZODB-Dev] Re: Connection pool makes no sense

Dieter Maurer dieter at handshake.de
Sun Jan 1 13:53:23 EST 2006


David Rushby wrote at 2005-12-30 11:14 -0800:
> ...
>Since ZODB doesn't know whether the connection it's releasing from the
>pool is still in use, I don't know whether resetting the connection's
>cache is appropriate as a general solution.  But it fixes a definite
>problem with Zope's behavior as a ZODB client application.

It is appropriate because the connection is closed (and therefore cannot
be used any longer) and it cannot be opened again (as opening is
not a "Connection" but a "DB" method).

-- 
Dieter


More information about the ZODB-Dev mailing list