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:
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