您的位置:首页 > 其它

ZeroMQ 汇总(zz)

2012-05-15 23:09 295 查看

ZeroMQ 汇总

所有分析,基于 2.1.0 的代码。

建立在 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

评论这张
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: