What is ZeroMQ?
ZeroMQ
is a networking library that gives you sockets that carry atomic messages
across various transports like in-process, inter-process, TCP, and multicast.
What patterns ZeroMQ
supports?
fan-out,
pub-sub, task distribution, and request-reply.
What is the license to
use ZeroMQ?
It
is open source available under LGPLv3 license.
What is zero in
zeroMQ stands for?
Zero
stands for "zero broker" and (as close to) "zero latency", zero
administration, zero cost, zero waste.
Where Can I download
zeroMQ library?
You can download zeroMQ libraries form
'https://github.com/zeromq/clrzmq4' and build the dlls from source.
Do I need to build
the libraries from source code for different processors? is it processor
centric?
Yes
Do I require Visual
Studio to build zeroMQ libraries in windows?
Yes
- Hello World Application
- Get the version of zeroMQ used in the application
- Publish-subscribe model sockets
Note
No comments:
Post a Comment