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
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to