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
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
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
--
> 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
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
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
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
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
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 ---