Comment on Zed Shaw's Advanced Network Architectures With ZeroMQ at Pycon 2011 [video]parentComments−jacques_chester15yTo me the headline feature of ZMQ is that I don't need to run an independent server to pass messages around. It's basically a socket with queuing. That reduces my administrative complexity, which is a clear win.
Comments
To me the headline feature of ZMQ is that I don't need to run an independent server to pass messages around. It's basically a socket with queuing. That reduces my administrative complexity, which is a clear win.