[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Scalability and ZEO
nobody@nowhere.com
nobody@nowhere.com
Thu, 12 Sep 2002 05:07:59 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ZEO.stx#2-36
---------------
First, it takes longer for information to be written to the Zope object
database. This does not slow down your ability to use Zope (because
Zope does not block you during this write operation) but it does
increase your chances of getting a *ConflictError*. Conflict errors
happen when two ZEO clients try to write to the same object at the same
time. One of the ZEO clients wins the conflict and continues on
normally. The other ZEO client looses the conflict and has to try
again.
% Anonymous User - Sep. 12, 2002 5:07 am:
looses --> loses