06-24
作者档案
昵称:wy182000
邮箱:wy182000@126.com
I offer you a new hash function for hash table lookup that is faster and more thorough than the one you are using now. I also give you a way to verify that it is more thorough.
All the text in this color wasn’t in the 1997 Dr Dobbs article. The code given here are all public domain. 继续阅读
Read More >第三章用实际的示例探讨了请求-回应模式的高级用法。本章将探讨可靠性的问题,在ZeroMQ的核心请求-应答模式上创建可靠的消息模式。本章主要关注用户空间的模式,它们可以帮助你设计ZeroMQ应用程序。 继续阅读
Read More >请求-应答模式中,信封用于存储应答的返回地址。无状态的ZeroMQ网络通过使用信封才能创建来回的请求-应答会话。
一般的使用中不用理解请求-应答信封是如何工作的。使用REQ和REP的时候,套接字会自动处理信封。像上一章中那样编写设备的时候,也只需要读写消息的所有部分就可以了。ZeroMQ使用多段消息来实现信封,所以只要安全地复制多段消息,就隐含地复制信封了。 继续阅读
Read More >1 零之禅
名字中Zero的含义:
无需代理(zero broker)
零延迟(zero latency as possible)
Zero也表示设计目标:
零管理
零开销
零浪费 继续阅读
如何解释ZeroMQ?
用它可以完成的精彩的事情来解释:ZeroMQ是打了激素的套接字(It’s sockets on steroids);ZeroMQ是带有路由的邮箱。
用人们对它的评价来解释:ZeroMQ很快;复杂性不见了,ZeroMQ让事情变得简单;ZeroMQ解放了思维。
通过比较来解释:ZeroMQ更小、更简单。 继续阅读
I´ve been working on integrating zeromq with libevent in order to implement some kind of high performance proxy server. The server is built as a mxn system, where we maintain m streamers that all respond to requests in the the same port (in this example, port 12000) and then forward requests to ndownloaders that do the real content download. The downloader then responds back to the streamer that the download has ended and that the content is ready. 继续阅读
Read More >最近对zeroconf协议进行了一系列深入的研究,深深地被这一技术折服,在1999年就出现的该协议,在技术的应用上已经走向成熟,走向向大众普及之路了。
apple的airplay,airprint都是依赖了zeroconf的基础上,才展现出强大的功能。 继续阅读
以NFC为代表的近距离无线通讯技术已经不是什么新鲜玩意了,而近场通讯的实用性和便利性,也使其成为业界一大热点,众多顶级公司都对这项技术寄予厚望,连全球最大的手机芯片制造商高通也推出了近距离P2P通讯技术AllJoyn,两台同样使用AllJoyn技术的设备可以快速实现数据共享。 继续阅读
Read More >