这些消息可帮助您理解关于跨进程通信的单元的当前状态。
These messages can be used to help you understand the current state of your cell with respect to cross process communication.
我有两个进程通信。
InfoQ:你能谈一下JNBridge的跨进程通信吗?
InfoQ: Can you talk about JNBridge's cross-process communication?
重点讨论了网络接口的实现、进程通信和内存管理等核心技术。
The key techniques including the implementation of network interfaces, interprocess communication and memory management are mainly discussed.
使用send和receive函数调用让一个进程与另一个进程通信。
Have one process communicate with another process using the send and receive function calls.
此方法不仅限于网络协议的证明,也能够将其推广到任何与进程通信相关的模型当中。
This method not only merely limited to the verifications of the network protocol, but also popularized it in any model related to process communications.
例如,用于存储输入在Web表单中的数据的servlet,或者在PC上运行的地址簿应用程序,它们不需要与其他进程通信。
For instance, a servlet storing data entered into a Web form or an address book application running on a PC does not need to communicate with other processes.
在前面的章节里,我们了解了管道,先进先出结构,消息队列,信号旗语,以及共用内存:这些是UNIX系统提供的经典的进程通信方式。
In the previous chapter, we looked at pipes, FIFOs, message queues, semaphores, and Shared memory: the classical methods of IPC provided by various UNIX systems.
GRD中的信息对于所有的实例都是可以访问的,如果这个信息是在本地,可以通过直接访问;如果不在本地,可以通过和远程节点的后台进程通信来访问。
Information in the GRD is available to all instances, either directly if that information is maintained locally, or indirectly through communication with background processes on the remote node.
共享内存提供了最快的进程间通信方法,因为它以内存传输的速度来处理读写消息。
Shared memory provides the fastest method of interprocess communication, because it processes read and write messages at the speed of memory transfers.
在用户空间,注意,由于用户进程出现在单独的地址空间,在它们之间移动数据必须经过某种进程间通信机制。
In user space, note that because user processes appear in separate address Spaces, moving data between them must occur through some form of inter-process communication mechanism.
这里讨论的主题是进程间通信,重点在进程上。
You're talking about interprocess communication here, with emphasis on process.
由于消息传递是顺序的,因此各进程间的通信将易于处理。
Because the messaging is sequential, it makes communication easy to handle between each process.
分布式应用程序需要一个定义两个并发进程间通信机制的协议。
Distributed applications require a protocol which defines the communication mechanism between two concurrent processes.
进程内通信可以避免远程服务调用的所有开销,包括序列化、加密、遍历网络堆栈和网络延迟。
Intraprocess communication avoids all the overhead of a remote service invocation, including serialization, encryption, traversing the network stack, and network latency.
现在让我们来看一下如何使用共享内存和事件的缓存进行进程间通信。
Now let's look at using Shared memory and caching of events for interprocess communications.
UNIX为实现这样的进程间通信提供了多种技术。
UNIX provides a number of technologies for such interprocess communication.
现在,试试进程间通信。
进程间通信:进一步了解共享内存和其他进程间通信形式是如何实现的。
Interprocess communications: Learn more about how Shared memory and other forms of interprocess communication are implemented.
需要一种方式来实现进程间通信。
一些技术提供同一主机上的进程间通信,其他技术可以实现主机到主机的信息交换。
Some techniques provide for communication on the same host, while others facilitate host-to-host exchanges.
对本地进程间通信,管道是windows平台上最高效和灵活的工具。
For local interprocess communications, pipes are the most efficient and flexible tool available in Windows.
统一的进程间通信,即便是跨越不同种类的进程。
Unified interprocess communications, even across heterogeneous processes.
可以通过交互式shell输入表达式、编译代码以及与进程进行通信。
With the interactive shell you have the ability to type expressions, compile code, and communicate with processes.
模型的目标是通过管制进程的通信以及进程label的变化,实现对数据流的跟踪。
The model's goal is to track data flow by regulating both process communication and process label changes.
进程间通信最简单的机制就是通过通道读写数据。
The simplest mechanism for interprocess communication is reading and writing data across channels.
在这两个线程之间需要使用一种进程间通信(IPC)机制。
You will need to use an interprocess communication (IPC) mechanism between these two threads.
现在,研究另一种流行的进程间通信机制:消息队列。
Now, let's explore another popular mechanism for interprocess communication: the message queue.
使用网络而不是进程间通信也是很重要的。
It's also important to use network rather than interprocess communication.
使用网络而不是进程间通信也是很重要的。
It's also important to use network rather than interprocess communication.
应用推荐