Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: decoupling processes via queues: advice wanted

by mrons (Beadle)
on Apr 21, 2009 at 04:04 UTC ( [id://758863]=note: print w/replies, xml ) Need Help??


in reply to decoupling processes via queues: advice wanted

I've implemented a queuing infrastructure using IPC::DirQueue

Some of the other persistent queue implementations on CPAN don't allow multiple processes accessing queues. IPC::DirQueue can work with multiple processes and even multiple hosts via NFS.

Also the CPAN queue implementations I've looked at don't have the idea of a job on the queue being active, they only do push and shift. An active job stays on the queue until you say "I've finished with that job". Other processes don't pick up the job while active.

Great module. It may fit your needs if you don't want to dive into oracle queues.

  • Comment on Re: decoupling processes via queues: advice wanted

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://758863]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-26 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found