in reply to
Re^5: Threads memory consumption
in thread
Threads memory consumption
Can you recommend on a message passing module I can use ?
Comment on
Re^6: Threads memory consumption
Replies are listed 'Best First'.
Re^7: Threads memory consumption
by
zwon
(Abbot)
on Dec 08, 2013 at 15:38 UTC
It depends on your environment and requirements. Generally if you have any messaging system deployed (ActiveMQ, RabbitMQ, Spread Toolkit, Redis, etc) just use it. Or you can try
ZMQ
[reply]
In Section
Seekers of Perl Wisdom