Re: Message queue

2011-05-28 Thread Dr.Ruud
On 2011-05-26 10:43, shawn wilson wrote: 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

Re: Message queue

2011-05-26 Thread shawn wilson
On Thu, May 26, 2011 at 14:10, Leo Lapworth wrote: > On 26 May 2011 09:43, shawn wilson wrote: >> I'm trying to figure out what the differences are with all of the available >> message queue projects. > > There has recently been a discussion on London.pm's mailing

Re: Message queue

2011-05-26 Thread Leo Lapworth
On 26 May 2011 09:43, shawn wilson wrote: > I'm trying to figure out what the differences are with all of the available > message queue projects. There has recently been a discussion on London.pm's mailing list: http://london.pm.org/pipermail/london.pm/Week-of-Mon-20110523/020

Re: Message queue

2011-05-26 Thread shawn wilson
-- > 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, rabbi

RE: Message queue

2011-05-26 Thread Tim Lewis
Shawn, are you looking for something to send messages from Perl scripts instead of an SMTP setup? Tim -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 wha

Message queue

2011-05-26 Thread shawn wilson
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 do

Re: about the message queue server

2010-12-09 Thread Dermot
On 9 December 2010 14:38, practicalperl wrote: > Hi, > > Would you please recommend me a high performance message queue server? > Currently I'm looking up at: > http://search.cpan.org/~dsnopek/POE-Component-MessageQueue-0.2.10/lib/POE/Component/MessageQueue.pm > > Bu

about the message queue server

2010-12-09 Thread practicalperl
Hi, Would you please recommend me a high performance message queue server? Currently I'm looking up at: http://search.cpan.org/~dsnopek/POE-Component-MessageQueue-0.2.10/lib/POE/Component/MessageQueue.pm But I know nothing about its performance stuff. Thanks. -- To unsubscribe, e

[bug or restriction about msgget] I have a confusion about msgget(System V message queue)

2006-12-30 Thread flw
hi all, [EMAIL PROTECTED]:~$ ipcs -q -- Message Queues keymsqid owner perms used-bytes messages [EMAIL PROTECTED]:~$ perl -e 'use IPC::SysV qw(IPC_CREAT);$m=msgget(0x12345678,IPC_CREAT|0666) || die $!' [EMAIL PROTECTED]:~$ ipcs -q -- Message Queues ---