[ZODB-Dev] Simple RelStorage Question
Zack Spencer
zandaleph at gmail.com
Tue May 18 15:40:36 EDT 2010
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 <runyaga at 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.
>
More information about the ZODB-Dev
mailing list