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

被刻印的时光 ゝ 提交于 2019-12-09 07:58:57

问题


I'm interested in using ZeroMQ in a project, but I'd like to hear about other's experience with it. I did some searching but found only mongrel2 project. Have you heard about other projects where it is used? What companies use ZeroMQ in production?


回答1:


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.



回答2:


The webserver Mongrel2 uses ZeroMQ for its messaging kernel.




回答3:


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



来源:https://stackoverflow.com/questions/3394570/do-you-know-any-projects-where-zeromq-was-used-both-success-and-failure-stories

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