Search code examples
zeromq

Zero-Copy messaging with zmqpp


ZeroCopy messaging is something that can be implemented in zeromq, but is it possible to use it with the zmqpp c++ bindings? There is almost no documentation, and I was not able to find anything in the examples...


Solution

  • I would switch to cppzmq.

    It's a more active project and maintained by some of the core libzmq people.

    It's header only and has support for zero copy.