Cfengine3 Messaging: Difference between revisions

From Webhuis wiki
Jump to navigation Jump to search
(New page: <pre> > what would be killer is a combination of the latest cfengine > (with promise theory) and 0mq. </pre> http://lists.zeromq.org/pipermail/zeromq-dev/2011-February/009491.html)
 
No edit summary
Line 4: Line 4:
</pre>
</pre>
http://lists.zeromq.org/pipermail/zeromq-dev/2011-February/009491.html
http://lists.zeromq.org/pipermail/zeromq-dev/2011-February/009491.html
= 0mq =
ZeroMQ comes with 5 basic patterns
* Synchronous Request/Response
* Asynchronous Request/Response
* Publish/Subscribe
* Push/Pull
* Exclusive Pair

Revision as of 17:15, 6 December 2015

> what would be killer is a combination of the latest cfengine
> (with promise theory) and 0mq.
http://lists.zeromq.org/pipermail/zeromq-dev/2011-February/009491.html

0mq

ZeroMQ comes with 5 basic patterns

  • Synchronous Request/Response
  • Asynchronous Request/Response
  • Publish/Subscribe
  • Push/Pull
  • Exclusive Pair