Do you think it's possible to add layers that provide marshalling or RPC features over ACH ? In this case ACH will be used as delivery layer for raw data.
For example, ZeroMQ doesn't provide marshalling or RPC features. I have seen in this paper (https://webgrn0001.llnl.gov/prepress/TUPPC042.PDF) that some project that aim to use these features over ZeroMQ :
- Marshalling with Google Protocol Buffers ;
- RPC with zRI, object oriented services.
In fact, I would like to use ACH like a high-level IPC/RPC as DBUS.
Best regards,
ZRA.