For similar purposes I am pondering to use 0MQ /
ZeroMQ
which is a stripped down, broker-less AMPQ.
It also offers
Perl bindings.
Do monks with more experience with this module think this summary is correct?
Advantages:
- cross-platform
- supposedly simple programming model
- supposedly robust
Disadvantages:
- requires extra binary lib
- API still in flux
- still no file handle interface