[Zope] database connection

Randall F. Kern randy@spoke.net
Thu, 21 Jun 2001 11:47:00 -0700


> 4) mysql 3.23.38

Unless your using the experimental transaction support in MySQL, this
could be caused by Zope's ConflictError.  When a conflict is detected
inside the ZODB, Zope automatically retires the request up to 3 times.
If you make changes to a non-transactional database, those changes will
be re-run up to 3 times.

-Randy