Re: persistent queue for zodb

Jim Fulton <[email protected]>
Newsgroups gmane.comp.web.zope.zodb
Message-ID <CAPDm-FjV0NnrEgQhvRVGEt7ui1gZiq6_xEUum-ZDiutOkqTFsw@mail.gmail.com>
On Fri, Nov 11, 2016 at 12:33 AM, Sanjay Rao <[email protected]>
wrote:

> what if I am using ZEO 4.3 ?
> Will it completely ignore conflict resolution function ?
>

ZEO 4 doesn't support client-side conflict resolution.  With ZEO 4,
conflict resolution has to be done on the server. For that to happen, you
need to build the server so that zc.queue is importable.  If zc.queue can
be imported on the server (in the server process), then zc.queue will try
to resolve conflicts.

Jim



>
> On Thursday, 10 November 2016 20:04:37 UTC+5:30, Jim Fulton wrote:
>>
>>
>>
>> On Wed, Nov 9, 2016 at 5:17 AM, Sanjay Rao <[email protected]> wrote:
>>
>>> Hi,
>>>
>>> Any recommendation for using a persistent queue to be stored in ZODB ?
>>> Is ZC.Queue good for read/write conflict handling ?
>>>
>>
>> That is certainly the intent.  Note that to get the conflict-resolution
>> benefits, you either need to configure the server to send conflicts back to
>> the client for client-side conflict resolution, new in ZEO 5, or you need
>> to make sure that the server can import zc.queue.
>>
>> Jim
>>
>> --
>> Jim Fulton
>> http://jimfulton.info
>>
>


-- 
Jim Fulton
http://jimfulton.info

-- 
You received this message because you are subscribed to the Google Groups "zodb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.