You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard zmq.hpp is just a very thin wrapper around the C-library. As far as I understand it, one even has to use memcpy in order to send messages.
Azmq looks promising and supposedly works well with boost. The downside is that it has to be built from source and that it is another dependency.
The text was updated successfully, but these errors were encountered:
kdungs
changed the title
Use a high-level API for ZMQ
Use a high-level API for ZMQ?
May 22, 2015
I think using a higher level API is probably a good idea. I've been reading the ZeroMQ book, which is really awesome, and it encourages the use of higher level APIs.
The dependency problem can be overcome, this should be discussed with Ben and Marco.
The standard
zmq.hpp
is just a very thin wrapper around the C-library. As far as I understand it, one even has to usememcpy
in order to send messages.Azmq looks promising and supposedly works well with boost. The downside is that it has to be built from source and that it is another dependency.
The text was updated successfully, but these errors were encountered: