Do you know any projects where ZeroMQ was used? Both success and failure stories are valuable [closed]

£可爱£侵袭症+ 提交于 2019-12-03 09:58:41

We replaced usage of Unix named pipes with ZeroMQ. The communication overhead is equally not noticeable. And we got additional benefits:

  • No limit on the message size.
  • Ability to send the messages to remote boxes.
  • No need to write our own thread for non-blocking send.
  • Ability to receive messages from multiple sources.

The webserver Mongrel2 uses ZeroMQ for its messaging kernel.

ZeroRPC is a production ready offering based on ZeroMQ. Here's the source of my info., complete list of 0mq based projects: http://www.zeromq.org/docs:labs

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!