I'm looking for the equivalent of RMI API (in java) in C++ standards. The processes will be running in different machines.
There are many C++ APIs for inter-process communication. But none of them are part of the C++ standard library.
I suggest using Boost.Interprocess.
But if you're talking across different machines, you need networking, not interprocess communication. That requires a networking library (also not standard); Boost.Asio is a reasonable networking library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With