Re: [ZODB-Dev] Re: Question (Re: Possible contributions to ZODB)

2006-02-03 Thread Paul Winkler
On Fri, Feb 03, 2006 at 03:07:50PM +0100, Florent Guillaume wrote: > This is very important to have queues of work that can be update by many > asynchronous processes without fear of conflict errors. > > This is vital for zasync, and other similar asynchronous queuing problems. I imagine this wo

Re: [ZODB-Dev] Re: Question (Re: Possible contributions to ZODB)

2006-02-03 Thread Dario Lopez-Kästen
[explanation of persistent queue snipped] Thank you for explaining, /dario -- -- --- Dario Lopez-Kästen, IT Systems & Services Chalmers University of Tech. Lyrics applied to programming & application design: "emancipate yourself fr

Re: [ZODB-Dev] Re: Possible contributions to ZODB

2006-02-03 Thread Jeremy Hylton
On 2/3/06, Gary Poster <[EMAIL PROTECTED]> wrote: > > On Feb 3, 2006, at 9:12 AM, Florent Guillaume wrote: > > > Gary Poster wrote: > >> On Jan 26, 2006, at 10:16 PM, Gary Poster wrote: > >> I'm a bit surprised there was so little discussion: ZC has needed > >> a persistent queue several times in t

[ZODB-Dev] Re: Possible contributions to ZODB

2006-02-03 Thread Gary Poster
On Feb 3, 2006, at 9:12 AM, Florent Guillaume wrote: Gary Poster wrote: On Jan 26, 2006, at 10:16 PM, Gary Poster wrote: I have some code that might be worth putting into ZODB. There are three bits. - Two flavors of persistent queue. [...] I'm a bit surprised there was so little discussion

[ZODB-Dev] Re: Possible contributions to ZODB

2006-02-03 Thread Florent Guillaume
Gary Poster wrote: On Jan 26, 2006, at 10:16 PM, Gary Poster wrote: I have some code that might be worth putting into ZODB. There are three bits. - Two flavors of persistent queue. [...] I'm a bit surprised there was so little discussion: ZC has needed a persistent queue several times in th

[ZODB-Dev] Re: Question (Re: Possible contributions to ZODB)

2006-02-03 Thread Florent Guillaume
Dario Lopez-Kästen wrote: Gary Poster said the following on 2006-02-03 03:32: - Two flavors of persistent queue. I have been debating with myself wether to expose or not my ignorance in all it's glamour, but finally concluded that appearances is nothing, knowledge is everything :) So, what