There are many different IPC implementations because each aims to solve a particular well-defined problem.
有很多不同的IPC实现,因为每一个都定位于解决特定的明确定义的问题。
This article dissects some of the C++-based, object-oriented classes that ACE provides for IPC between the same or different host computers.
本文讨论 ACE为相同或不同主机计算机之间的IPC提供的一些基于 C++的面向对象类。
The use of IPC for message passing benefited support for threads and concurrency.
利用IPC来传递消息有利于线程和并发。
IPC of larger buffers is performed through shared-page mappings.
大型缓沖区的IPC通过共享页面映射执行。
Remember that if your client and federated server are on the same machine, then DB2 USES IPC by default.
切记如果客户端和联合服务器位于同一个机器上,则默认情况下DB 2使用IPC。
Listing 26 illustrates the message IPC codes as an example to support the named semaphore Shared in the processes.
清单26给出了作为支持进程间共享的有名称信号示例的消息IPC代码。
Resource namespaces allow the manipulation of lookups of processes, files, SYSV IPC resources, network interfaces, and more, all inside of containers.
资源名称空间允许在容器内部查找进程、文件、SYSVIPC资源、网络接口等等。
Synchronizing file accesses used by concurrent processes to communicate is not an easy task, but the file-locking capability from the Boost IPC library does make life simpler.
对并发进程用于通信的文件访问进行同步并非易事,但是BoostIPC库提供的文件锁功能让同步变得简单了。
Listing 3 shows how the server side of the IPC works.
清单3说明IPC的服务器端的工作方式。
It follows the fundamental principles of microkernels in that it implements address Spaces, thread management, and IPC only in the privileged microkernel along with virtualization capabilities.
它遵循微核的基本原理,因为它只在特权微核中实现地址空间、线程管理和IPC,以及一些虚拟化功能。
Inter processor communications or messages portion is allocated during IDS initialization if you configure at least one of your connections as an IPC shared-memory connection.
如果您至少将一个连接配置为IPC共享内存连接,那么在初始化ids时将分配处理器间的通信或消息区。
The goal of this series of articles is to help you migrate complex applications involving IPC and threading primitives from Windows to Linux.
本系列文章的目的是,帮助您将涉及到IPC和线程原语的复杂应用程序从Windows迁移到Linux。
This article introduces the IPC and MPI libraries along with some of the functionality they offer.
本文介绍IPC和mpi库以及它们提供的一些功能。
CORBA is a powerful solution for complex IPC in object-orientation programming.
CORBA是用于面向对象编程中复杂的IPC的一个强大的解决方案。
Alternatives to various IPC mechanisms might not be straightforward, and some of them might need a significant amount of redesign.
实现各种IPC机制的方法可能不会非常直接,而且实现某些方法可能还需要大量的重新设计。