User Tools

Site Tools


dido:public:ra:xapend:xapend.b_stds:defact:zeromq:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dido:public:ra:xapend:xapend.b_stds:defact:zeromq:start [2019/06/03 21:23]
nick
dido:public:ra:xapend:xapend.b_stds:defact:zeromq:start [2021/11/09 15:36] (current)
char ↷ Page moved and renamed from dido:public:ra:xapend:xapend.b_stds:defact:zeromq to dido:public:ra:xapend:xapend.b_stds:defact:zeromq:start
Line 1: Line 1:
-======== ZeroMQ ​======== +===== ZeroMQ ​Distributed Messaging ​===== 
-[[dido:​public:​stds:defact| return to the de facto Standards ​bodies ​]]+[[dido:​public:​ra:​xapend:​xapend.b_stds:defact| return to the de facto Standards ​area]]
  
-**Source: [[http://​zguide.zeromq.org/​page:​all | ØMQ - The Guide ]]**+**Source:** [[http://​zguide.zeromq.org/​page:​all | ØMQ - The Guide ]]
  
 <​table>​ <​table>​
Line 24: Line 24:
 </​table>​ </​table>​
  
- +==== Abstract ====  
-====== Abstract ​====== +  : //ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process,​ TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution,​ and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications,​ built as asynchronous message-processing tasks. It has a score of language ​[[dido:​public:​ra:​xapend:​xapend.a_glossary:​a:​api|APIs]] and runs on most [[dido:​public:​ra:​xapend:​xapend.a_glossary:​o:​os|operating systems]]. ZeroMQ is from iMatix and is LGPLv3 open source.
-  : //ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process,​ TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution,​ and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications,​ built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. ZeroMQ is from iMatix and is LGPLv3 open source.+
 // //
  
 +/​**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
 +/* To add a discussion page to this page, comment out the line that says  
 +  ~~DISCUSSION:​off~~ 
 +*/ 
 +~~DISCUSSION:​on|Outstanding Issues~~ 
 +~~DISCUSSION:​off~~
dido/public/ra/xapend/xapend.b_stds/defact/zeromq/start.1559611427.txt.gz · Last modified: 2019/06/03 21:23 by nick