首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

ZeroMQ之消息丢失解决办法

2012-08-09 
ZeroMQ之消息丢失解决方法来自于http://zguide.zeromq.org/page:all?图中所说的slow join的解释如下:Mak

ZeroMQ之消息丢失解决方法

来自于http://zguide.zeromq.org/page:all


ZeroMQ之消息丢失解决办法
?图中所说的"slow join"的解释如下:

Making a TCP connection involves to and fro handshaking that takes several milliseconds depending on your network and the number of hops between peers. In that time, ?MQ can send very many messages. For sake of argument assume it takes 5 msecs to establish a connection, and that same link can handle 1M messages per second. During the 5 msecs that the subscriber is connecting to the publisher, it takes the publisher only 1 msec to send out those 1K messages

热点排行