[Zope-dev] _v_ variables and cache garbage collection
Dieter Maurer
dieter at handshake.de
Thu Oct 30 12:59:34 EST 2003
Chris Withers wrote at 2003-10-29 22:03 +0000:
> Dieter Maurer wrote:
> > What in the ZODB cache or other ZODB code could be causing _v_ variables to
> > > stick around after they've been set to None in their containing objects?
> >
> > Nothing.
> >
> > When you assign "None" to the "_v_variable", then this reference will go
> > away. There may be others, which you did not set to "None"...
>
> Well in that case, why would flushing the ZODB cache cause the errant
> connections to be closed?
I guess because there were other references not set to "None"...
--
Dieter
More information about the Zope-Dev
mailing list