30 Oct
2003
30 Oct
'03
5:59 p.m.
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