prev <<
ZeroMQ & Perl
>> next
Parallel computing is hard
Lots of programms need to communicate with each other
Old style solution:
Implement some sort of protocol over TCP
Sockets
problem: Hard, ugly