[Zope] lots of ZODB conflict errors

Dieter Maurer dieter@handshake.de
Tue, 25 Mar 2003 20:40:57 +0100


AM wrote at 2003-3-24 10:53 -0800:
 > Any way to reduce these?

You have read the messages in the archive about "Conflict error"?

First you need to find out whether they are
(write) conflict errors or read conflict errors.

For write conflict errors, there is application specific
conflict resolution (--> document on Zope.org).

For read conflict errors, there is my "ReadCommitted" patch
(which should be named "Snapshot" patch)

  <http://www.dieter.handshake.de/pyprojects/zope>

Be warned: it is experimental code. I know already one bug...


Dieter