ZeroMQ: High-Performance Concurrency Framework
1–10 of 58 posts
Re: ZeroMQ: High-Performance Concurrency Framework
#2Re: ZeroMQ: High-Performance Concurrency Framework
#3Some of Martin's rationale here:
https://250bpm.com/blog:23/index.html
ZeroMQ is still widely used and popular, but I am not sure if it is still actively developed.
Re: ZeroMQ: High-Performance Concurrency Framework
#4ZeroMQ was followed by nanomsg ( https://nanomsg.org/ ) and nng ( https://nng.nanomsg.org/ ) Some of Martin's rationale here: https://250bpm.com/blog:23/index.html ZeroMQ is still widely used and popular, but I am not sure if it is still actively developed.
All of them are based on specs that are widely published. I've had zero problems implementing real robotic systems in nng, zmq, etc.
And it is so damn easy to use it's amazing to me the whole world doesn't use it.
Re: ZeroMQ: High-Performance Concurrency Framework
#5Re: ZeroMQ: High-Performance Concurrency Framework
#6ZeroMQ was followed by nanomsg ( https://nanomsg.org/ ) and nng ( https://nng.nanomsg.org/ ) Some of Martin's rationale here: https://250bpm.com/blog:23/index.html ZeroMQ is still widely used and popular, but I am not sure if it is still actively developed.
I've used zeromq, nanomsg, and nng. The differences are subtle and focused on native library support, background threading model, and other systems level things. All of them are based on specs that are widely published. I've had zero problems implementing real robotic systems in nng, zmq, etc. And it is so damn easy to use it's amazing to me the whole world doesn't use it.
Re: ZeroMQ: High-Performance Concurrency Framework
#7Anything new with ZeroMQ? It's been around for a long time.
Re: ZeroMQ: High-Performance Concurrency Framework
#8ZeroMQ was followed by nanomsg ( https://nanomsg.org/ ) and nng ( https://nng.nanomsg.org/ ) Some of Martin's rationale here: https://250bpm.com/blog:23/index.html ZeroMQ is still widely used and popular, but I am not sure if it is still actively developed.
Re: ZeroMQ: High-Performance Concurrency Framework
#9Re: ZeroMQ: High-Performance Concurrency Framework
#10Anything new with ZeroMQ? It's been around for a long time.
The licensing was changed about nine months ago. LGPL-3.0+ is out and MPL 2.0 is in. Very thankful for that.