Shared memory provides the fastest method of interprocess communication, because it processes read and write messages at the speed of memory transfers.
共享内存提供了最快的进程间通信方法,因为它以内存传输的速度来处理读写消息。
2
Interprocess communication with Stream pipes.
使用流管道的进程间通信。
3
It's also important to use network rather than interprocess communication.