Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a high-level API for ZMQ? #3

Open
kdungs opened this issue May 22, 2015 · 1 comment
Open

Use a high-level API for ZMQ? #3

kdungs opened this issue May 22, 2015 · 1 comment
Labels

Comments

@kdungs
Copy link
Collaborator

kdungs commented May 22, 2015

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.

@kdungs kdungs changed the title Use a high-level API for ZMQ Use a high-level API for ZMQ? May 22, 2015
@roelaaij
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants