Very, VERY good introduction to ZeroMQ
What’s ZeroMQ (0MQ)? It’s a non-brokered asynchronous messaging way to connect application on various platforms. Its creators call it "The Intelligent Transport Layer" (http://www.zeromq.org/). Why should you check it out? * Because it’s ultra-fast and lightweight * Because it supports various protocols,...
