ZeroMQ汇总

来源:互联网 发布:淘宝新店推广技巧 编辑:程序博客网 时间:2024/06/04 19:58
 
建立在 socket 之上的 light-weight message queue。不再需要自己管理 tcp 分包。简单、实用。
来自 iMatix 的一个库,iMatix 主要面向金融行业。(业务逻辑决定设计)
http://www.zeromq.org/

最详细的使用指南:
http://zguide.zeromq.org/chapter:all


ZeroMQ 的使用:
Hello 0MQ, Echo Server
Multi-part Messages

messaging pattern (1) -- publish/subscribe
messaging pattern (2) -- pipeline

与 libevent 协同工作
于 libevent 协同工作的注意事项


性能测试:
"inproc://" Performance


ZeroMQ 代码分析:
深入分析(1) -- 几个基础数据结构
深入分析(2) -- 线程间通讯"inproc://"
深入分析(3) -- 进程间通讯"tcp://"


其他:
OpenBSD 下安装 0MQ
广州techparty演讲稿(下载ppt.zip),https://github.com/kasicass/kasicass/tree/master/zmq/intro
关于SIGPIPE,http://lists.zeromq.org/pipermail/zeromq-dev/2010-July/004238.html

其他人的分析:
SecondLife对message-queue的总结:http://wiki.secondlife.com/wiki/Message_Queue_Evaluation_Notes#Zero_MQ
公司一位同事对AMQP和ZeroMQ的分析:https://docs.google.com/present/view?id=df85d3vm_316dbhtg3f7
原创粉丝点击