[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/ZODB Persistent Components
nobody@nowhere.com
nobody@nowhere.com
Thu, 12 Sep 2002 19:18:33 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Persistence.stx#2-54
---------------
If a conflict happens, you have two choices. The first choice is
that you live with the error and you try again. Statistically,
conflicts are going to happen, but only in situations where objects
are "hot-spots". Most problems like this can be "designed away";
if you can redesign your application so that the changes get
spread around to many different objects then you can usually get
rid of the hot spot.
% Anonymous User - Sep. 12, 2002 7:09 pm:
This is totally retarded. Why can't we get a mutex instead?
% Anonymous User - Sep. 12, 2002 7:18 pm:
Code talks. Write code or shut the hell up.