Perl-friendly message queue-like system
Peter Edwards
peter at dragonstaff.co.uk
Thu Sep 22 09:29:41 BST 2011
On 22 September 2011 09:15, Martin A. Brooks <martin at antibodymx.net> wrote:
> I have a bunch of servers doing mail ilftering. I would like them to send
> tiny messages about the results of said filtering to a central point. I
> would then like something at the central point to pop messages off the queue
> and update a database. Think of it as sort of a centralised collection
> point for statistical data. If the odd message gets eaten, it really
> doesn't matter.
>
> I understand something like RabbitMQ or ActiveMQ might do what I want,
> however the former's website doesn't mention Perl and the latter I am
> terrified of, having used it.
>
>
Why not simply use RRDtool if you want statistical reporting - it's light,
fast and easy to use
http://oss.oetiker.ch/rrdtool/tut/rrd-beginners.en.html
Regards, Peter
More information about the london.pm
mailing list