30 Aug
2003
30 Aug
'03
6:40 p.m.
andre wrote at 2003-8-29 22:15 -0400:
... With a basic Zope server, without any other DB, what happens when two different users want to commit changes made to the same object at the same time ?
One of the requests will get a "ConflictError". Usually, Zope restarts such a request automatically (it tries up to three times). Dieter