By dotCore
via lucumr.pocoo.org
Published: Jun 27 2012 / 11:32
ZeroMQ is a cool technology. It's advertised as “better sockets” and I can get behind that idea for the most part. Unfortunately the high abstraction also makes it very easy to write applications that become unresponsive. That's because ZeroMQ has an implicit state machine for a very common socket type that can get stuck in the wrong state if the peer disconnects.
Add your comment