D-BUS is essentially an implementation of inter-process communication ( IPC ). D-BUS本质上是进程间通信(IPC)(inter-processcommunication)(IPC)的一个实现。
The in-process client is more efficient than the remote client since it reduces the inter-process communication overhead. 进程内客户端比远程客户端更加高效,因为它减少了进程间通信(IPC)开销。
The use of local interfaces reduces inter-process communication costs by eliminating the overhead of a distributed object protocol. 使用本地接口可以消除分布式对象协议的系统开销,从而降低进程间通信(IPC)开销。
One of the most common uses of a memory-mapped file is inter-process communication. 使用内存映射文件的一种最常见的情形是内部进程通信。
In bindings mode, a JMS application must run on the same host machine as the queue manager, and they will communicate using Inter-Process Communication(IPC) ( IPC ) protocols. 在绑定模式中,JMS应用程序必须在与队列管理器相同的主机上运行,它们将使用进程间通讯(IPC)协议进行通信。