David Bear schrieb:
> Diez B. Roggisch wrote:
>
>> David Bear schrieb:
>>> I'm looking to see if there are any examples or prewritting fifo queue
>>> classes. I know this is a broad topic. I'm looking to implement a simple
>>> application where a web server enqueue and pickle using a local socket
"David Bear" <[EMAIL PROTECTED]> wrote:
> Diez B. Roggisch wrote:
> > Why don't you use a DB for that? If you want pickles, use a blob
> > column. But all the rest - a defined protocol, stable server,
> > transactions - you get for free.
> >
> > Diez
>
> Thanks for the suggestion. I did think o
Diez B. Roggisch wrote:
> David Bear schrieb:
>> I'm looking to see if there are any examples or prewritting fifo queue
>> classes. I know this is a broad topic. I'm looking to implement a simple
>> application where a web server enqueue and pickle using a local socket on
>> to a 'queue server' --
David Bear schrieb:
> I'm looking to see if there are any examples or prewritting fifo queue
> classes. I know this is a broad topic. I'm looking to implement a simple
> application where a web server enqueue and pickle using a local socket on
> to a 'queue server' -- and then I will have another a