Re: persistent queue for zodb
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <CAPDm-Fhp4rpK_m5hQ92k3E3VbwvSa+6XMN6hrnkW_Ctoqye_vQ@mail.gmail.com> |
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 -- 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.