15 Nov
2002
15 Nov
'02
7:41 p.m.
Tobias Herp writes:
in a customer zope we get this error when creating a certain object type:
Site Error ... ZODB.POSException.ConflictError Looks as if the creation of this object type does something strange.
You get a ConflictError, when two transactions conflict accessing the same object. In Zope, two transactions (usually) means two threads. I have no idea, why you should have 2 different threads accessing some (not necessary the newly created) object during your object creation. Dieter