Files
MX_Pmodule/Libraries/zeromq/modulefile
2022-08-03 18:02:56 +02:00

18 lines
773 B
Plaintext

#%Module1.0
module-whatis "open-source universal messaging library"
module-url "https://zeromq.org"
module-license "GNU GPL/LGPL v3"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
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 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.
"