[ZODB-Dev] Re: POSKeyError in zodb-3.6.0

Dieter Maurer dieter at handshake.de
Thu Nov 16 16:55:05 EST 2006


Chris Bainbridge wrote at 2006-11-15 18:14 +0000:
> ...
>Another interesting thing; if I add time.sleep(1) to the end of the
>while loop, then the problem goes away. Possibly there is some kind of
>cache race condition, where the ZEO server sends invalidations
>immediately after the client has commited?

The effect of invalidations is synchronized.
Invalidations become effective only at transaction boundaries
and when a connection is opened.

-- 
Dieter


More information about the ZODB-Dev mailing list