ZeroMQ¶
ZeroMQ 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 fanout, 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.
homepage: http://www.zeromq.org/
version | toolchain |
---|---|
4.1.4 |
foss/2016a |
4.1.4 |
intel/2016a |
4.1.5 |
intel/2016b |
4.2.0 |
foss/2016b |
4.2.0 |
intel/2016b |
4.2.2 |
foss/2017a |
4.2.2 |
foss/2017b |
4.2.2 |
fosscuda/2017b |
4.2.2 |
intel/2017a |
4.2.2 |
intel/2017b |
4.2.2 |
intelcuda/2017b |
4.2.5 |
foss/2018a |
4.2.5 |
foss/2018b |
4.2.5 |
fosscuda/2018b |
4.2.5 |
intel/2018a |
4.2.5 |
intel/2018b |
4.3.2 |
GCCcore/8.2.0 |
4.3.2 |
GCCcore/8.3.0 |
4.3.2 |
GCCcore/9.3.0 |
4.3.3 |
GCCcore/10.2.0 |
4.3.4 |
GCCcore/10.3.0 |
4.3.4 |
GCCcore/11.2.0 |
4.3.4 |
GCCcore/11.3.0 |
4.3.4 |
GCCcore/12.2.0 |
4.3.4 |
GCCcore/12.3.0 |
4.3.5 |
GCCcore/13.2.0 |
4.3.5 |
GCCcore/13.3.0 |
(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)