Looking for a Generic lightweight job queueing (stack) implementation.

From: Allan Kamau <kamauallan(at)gmail(dot)com>
To: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Looking for a Generic lightweight job queueing (stack) implementation.
Date: 2010-11-07 12:51:38
Message-ID: AANLkTinD0u9-JK8nu3_qRjn=yqN0U2-3hphBffdO1i+y@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas 2010-11-07 14:07:54 Re: Need magic to clean strings from unconvertible UTF8
Previous Message Andreas Kretschmer 2010-11-07 09:43:10 Re: function with multiple return values