I would like to implement a robust IPC solution between a single JVM app (one process, potentially multiple threads) and a native C++ application that is linked to a C++ dll
I am looking at the Remote Call Framework, for my purely C++ apps. The specs look pretty and promising. I am going to try it.