This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:zeromq:start [2020/05/07 15:35] nick ↷ Links adapted because of a move operation |
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 Distributed Messaging ======== | + | ===== ZeroMQ Distributed Messaging ===== |
| - | [[dido:public:xapend.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~~ | ||