Re: [ZODB-Dev] [Bug] ZODB invalidation processing

2007-05-29 Thread Chris Withers
Dieter Maurer wrote: In our private Zope version, I have still a note like this: # DM 2005-08-22: always call '_flush_invalidations' as it does # more than cache handling only self._flush_invalidations() if self._reset_counter != global_reset_counter:

Re: [ZODB-Dev] [Bug] ZODB invalidation processing

2007-05-29 Thread Dieter Maurer
Chris Withers wrote at 2007-5-29 16:02 +0100: > ... >Once again, it would be nice, now that you have access, if you could >feed back your changes in areas like these rather than keeping them in >your own private source tree :-( I would be busy for about 1 to 2 weeks -- and I do not have that tim

Re: [ZODB-Dev] Re: [Bug] ZODB invalidation processing

2007-05-29 Thread Dieter Maurer
Joachim Schmitz wrote at 2007-5-28 17:45 +0200: >In ZODB.Connection.Connection.open I see: > > if self._reset_counter != global_reset_counter: > # New code is in place. Start a new cache. > self._resetCache() > else: > self._flush_invalidations()