2010/3/21 Philip Gwyn <phi...@awale.qc.ca>: [snip] > But the Final Solution now has a name, now : Message Queue. If you > want to go that route, look at AMQP and RabbitMQ and so on.
Probably doesn't need mentioning, but there is a message queue built on POE: http://search.cpan.org/perldoc?POE::Component::MessageQueue Not as advanced as RabbitMQ, but it handles the basics. Of course, it isn't a drop in replacement for IKC, because obviously a message queue provides a different abstraction to the problem.