[Zope-dev] Conflict errors on BDBMinimal storage

Dieter Maurer dieter at handshake.de
Mon May 17 13:48:22 EDT 2004


Gerhard Schmidt wrote at 2004-5-13 11:23 +0200:
> ...
>Is there any why to get a shared session working. 

You know that the ZODB is not designed for high frequency
concurrent writes?

When you want to reduce conflicts you will need to try hard
to minimize concurrent writes.

I have a (non-open) "Transience" implementation that
writes much less then Zope's standard implementation.
However, due to a ZEO weakness, its conflict resolution
currently does not work (ZEO no longer supports "INSTANCE_HOME").

-- 
Dieter



More information about the Zope-Dev mailing list