[ZODB-Dev] Commit seems to succeed but does'nt

Toby Dickenson tdickenson@geminidataloggers.com
Thu, 27 Sep 2001 10:05:39 +0100


On Wed, 26 Sep 2001 21:58:16 +0100, "Chris Withers"
<chrisw@nipltd.com> wrote:

>
>> existing objects?  If objects are being added quite frequently, then I
>> believe you would have ConflictErrors when the same BTree is modified
>> to add new objects.
>
>I thought the new BTrees had application level conflict resolution to =
prvent
>this?


BTrees can be modified in two ways; changing the content of a bucket,
and adding a new bucket.

The first is the common case, and only that has conflict resolution
support.

Toby Dickenson
tdickenson@geminidataloggers.com