You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by practicalperl <pr...@gmail.com> on 2010/12/09 15:39:17 UTC

about the message queue server

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.

Re: about the message queue server

Posted by Dave Hodgkinson <da...@gmail.com>.
You're prematurely optimising. Use something and see if it sucks for you.
Also, look at RabbitMQ :)


On 9 Dec 2010, at 14:39, 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
> 
> But I know nothing about its performance stuff.
> 
> Thanks.