chrberger / libcluon

libcluon is a small and efficient, single-file and header-only library written in modern C++ to power microservices.
Mozilla Public License 2.0
98 stars 13 forks source link

Support for rdma and rpmem as destinations. #14

Open medcelerate opened 2 years ago

medcelerate commented 2 years ago

It would be useful to be able to use this library in conjunction with https://pmem.io/pmdk/librpmem/ and RDMA to be able to have shared memory between systems.

chrberger commented 2 years ago

What are you missing in particular?