fastest (low latency) method for Inter Process Communication between Java and C/C++

后端 未结 10 888
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 14:45

I have a Java app, connecting through TCP socket to a \"server\" developed in C/C++.

both app & server are running on the same machine, a Solaris box (but we\'re

10条回答
  •  暗喜
    暗喜 (楼主)
    2020-11-29 15:23

    In my former company we used to work with this project, http://remotetea.sourceforge.net/, very easy to understand and integrate.

提交回复
热议问题