What is the best approach for IPC between Java and C++?

前端 未结 5 980
日久生厌
日久生厌 2020-12-08 11:52

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

5条回答
  •  轮回少年
    2020-12-08 12:44

    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.

提交回复
热议问题