-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Florent Guillaume wrote: > Chris McDonough <[EMAIL PROTECTED]> wrote: > >>That's a clue that something is likely causing a session hit for every >>request. This is also likely the cause of your abnormal number of >>conflict errors. You can do one of three things: > > > This may be the case for Jean-Marc's problem, but FWIW the original > problem Julien mentionned is about ConflictErrors on a DirectoryView > object, which is likely a different problem.
Julien's original message included a traceback showing the ConflictError being raised out of 'commit', which makes it a write conflict. Given the type of request, some kind of session activity seems like the culprit. The other possibility is that the DirectoryView machinery is actually writing back to its ZODB surrogate (which would be a bug). Tres. - -- =============================================================== Tres Seaver [EMAIL PROTECTED] Zope Corporation "Zope Dealers" http://www.zope.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCX9IgGqWXf00rNCgRAsGWAJ4z6+qxIjM8fSteNciwDxBvbYZYiACgnQQN MrzlNeNN3br4HSMbxlaBGXc= =RVYZ -----END PGP SIGNATURE----- _______________________________________________ Zope-CMF maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests
