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 [2021/07/26 14:15]
murphy [Abstract]
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 25: Line 25:
  
 ==== 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 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 [[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.
 // //
  
dido/public/ra/xapend/xapend.b_stds/defact/zeromq/start.1627323316.txt.gz · Last modified: 2021/07/26 14:15 by murphy