On Thu, May 26, 2011 at 11:23, Tim Lewis <twle...@sc.rr.com> wrote: > Shawn, are you looking for something to send messages from Perl scripts > instead of an SMTP setup? > Tim >
doing web stuff (commit) with it. i'm currently using AnyMQ just because that's what was used in the examples for Web::Hippie and xdfighter examples. however, i've also got a project that would take live audio and process it, i'm thinking that a queue might be better than a thread (though, doesn't a queue setup a thread in the background anyway?) for doing this. ... so, i got to looking at message queues, which is where the question came from... however, to answer your question - no, no mail - if i want to send mail, i'll use mail module and call it a day, if i want to send tons of mail, i'll put it into a gearman process and let gearman handle it :) > -----Original Message----- > From: shawn wilson [mailto:ag4ve...@gmail.com] > Sent: Thursday, May 26, 2011 4:44 AM > To: beginners@perl.org > Subject: Message queue > > I'm trying to figure out what the differences are with all of the available > message queue projects. There's spread, rabbit, amq and a dozen+ others. I'm > not sure how polarized this subject is so maybe I should just ask what I > should look for and what I should look out for? I don't know why is choose > one over another... > > -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/