ChimeraTK / cppext

A collection of C++ classes which are quite fundamental and thus considered inside ChimeraTK as an extension of C++.
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Write RPC-over-shared-memory implementation #1

Open mhier opened 5 years ago

mhier commented 5 years ago

(writing in progress)

For background see ChimeraTK/DeviceAccess#40. This ticket is the second step of the bullet-point list (but can be done in parallel to the first):

Write an RPC-over-shared-memory implementation. The following features are required:

A possible implementation can look as follows:

phako commented 4 years ago

Some reference: http://www.mardy.it/blog/2011/01/concepting-new-ipc-system.html https://varlink.org