[Zope] ZODB Conflict errors

Dieter Maurer dieter@handshake.de
Mon, 3 Mar 2003 20:52:42 +0100


Mike Heath wrote at 2003-3-1 13:36 -0700:
 > We're getting repeated ZODB conflict errors.  They seam to only be
 > occurring using frames when we have multiple users accessing the page at
 > the same time.  What is causing this?  We're not doing any modifications
 > to objects in the Zope database.

Almost surely, it is the session machinery.

If it is, there is not much you can do about this.

  Try to use session only when really necessary.

  Howfully, a session access in not necessary in each of your frames.


Dieter