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

后端 未结 10 869
隐瞒了意图╮
隐瞒了意图╮ 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:31

    Here's a project containing performance tests for various IPC transports:

    http://github.com/rigtorp/ipc-bench

提交回复
热议问题