1·Shared memory provides the fastest method of interprocess communication, because it processes read and write messages at the speed of memory transfers.
共享内存提供了最快的进程间通信方法,因为它以内存传输的速度来处理读写消息。
2·You will need to use an interprocess communication (IPC) mechanism between these two threads.
在这两个线程之间需要使用一种进程间通信(IPC)机制。
3·The simplest mechanism for interprocess communication is reading and writing data across channels.
进程间通信最简单的机制就是通过通道读写数据。
4·It's also important to use network rather than interprocess communication.
使用网络而不是进程间通信也是很重要的。
5·Thus, by sticking to a synchronous model, interprocess communication can be achieved.
因此,通过采用一个同步模型,就可以实现进程间通信。