Looking for a Generic lightweight job queueing (stack) implementation. - Mailing list pgsql-general

From Allan Kamau
Subject Looking for a Generic lightweight job queueing (stack) implementation.
Date
Msg-id AANLkTinD0u9-JK8nu3_qRjn=yqN0U2-3hphBffdO1i+y@mail.gmail.com
Whole thread Raw
Responses Re: Looking for a Generic lightweight job queueing (stack) implementation.  (Sergey Konoplev <gray.ru@gmail.com>)
List pgsql-general
Hi,
I am looking for an easy to use job queueing system. Where a job is a
record in a table and several aggressive worker processes (from
multiple instances of a client application) each can take a single job
at a time. A job may only be collected only once.

The job queue will act like a stack and take care of the concurrency
issues. The job queue will have no prior knowledge of the consumers,
probably an event based (job firing) system may not be appropriate in
this case.

Allan.

pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: function with multiple return values
Next
From: Andreas
Date:
Subject: Re: Need magic to clean strings from unconvertible UTF8