Zeromq Summary All analyses, based on 2.1.0Code. Light-weight Message Queue built on the socket. You no longer need to Manage TCP subcontracting by yourself. Simple and practical. A library from imatix, imatix mainly targets the financial industry. (Business logic determines the design) Http://www.zeromq.org/ The most detailed guide: Http://zguide.zeromq.org/chapter:all
Zeromq usage:
Hello 0mq, echo server Multi-part messages Messaging pattern (1) -- publish/Subscribe Messaging pattern (2) -- Pipeline Work with libevent Notes for libevent collaboration Performance test: "Inproc: //" Performance Zeromq code analysis: In-depth analysis (1) -- Several Basic Data Structures In-depth analysis (2) -- Inter-thread communication "inproc ://" In-depth analysis (3) -- inter-process communication "TCP ://" Others: Install 0mq in OpenBSD Techparty((( download ppt.zip ), Https://github.com/kasicass/kasicass/tree/master/zmq/intro About sigpipe, Http://lists.zeromq.org/pipermail/zeromq-dev/2010-July/004238.html Analysis by others: Secondlife's summary of message-queue: Http://wiki.secondlife.com/wiki/Message_Queue_Evaluation_Notes#Zero_MQ Analysis of amqp and zeromq by a company colleague: Https://docs.google.com/present/view? Id = df85d3vm_mongodbhtg3f7 Comment on this