I'm completely new to Zope, but from what I've been able to find it
looks like ConflictErrors are simply a side effect of optimistic
concurrency control, not unlike conditional PUTs in HTTP.  This is
exactly the behavior I would expect.

Thanks for the quick response,
- Zack Spencer

On Tue, May 18, 2010 at 11:50 AM, Alan Runyan <runy...@gmail.com> wrote:
>> Does RelStorage handle concurrent writes correctly?  This is probably
>> so obvious as to ask if the sky is blue, but I couldn't tell from the
>> documentation if I could setup multiple Zope (Plone in my case)
>> instances all using RelStorage to talk to the same database without
>> incident.
>
> relstorage handles concurrent writes.  It is still possible to get
> ConflictError's.
>
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

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

Reply via email to