Jim Fulton wrote at 2007-8-20 10:32 -0400:
> ...
>> Application specific conflict resolution
>> would become a really difficult task.
>
>I'm sure you realize that application specific conflict resolution  
>violates serializability.

No, I do not realize this.

Assume a counter which is not read only incremented/decremented.
Its "application specific conflict resolution" ensures
that the schedule is serializable restricted to the counter value.

Things are much more complex when the counter is read (and incremented).
Usually, serializability is lost, then.



-- 
Dieter
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to