Fastest technique to pass messages between processes on Linux?

前端 未结 7 1516
心在旅途
心在旅途 2020-12-12 13:28

What is the fastest technology to send messages between C++ application processes, on Linux? I am vaguely aware that the following techniques are on the table:

7条回答
  •  一整个雨季
    2020-12-12 14:13

    Check CMA and kdbus: https://lwn.net/Articles/466304/

    I think the fastest stuff these days are based on AIO. http://www.kegel.com/c10k.html

提交回复
热议问题