您要查找的是不是:
- The Named Pipe channel enables interprocess communication. 通过命名管道通道可以进行进程间通信。
- Interprocess Communication (IPC) is an essential function for an operating system. 对于操作系统来说,进程间通信(IPC)是它必不可少的功能。
- An interprocess communication (IPC) linkage established between a SQL Server application and an instance of SQL Server. 在SQL Server应用程序和SQL Server实例之间建立的进程间通信(IPC)关联。
- The programming on serial ports, socket, and interprocess communication in Linux is also presented. 同时详细阐述了Linux下的串口编程,网络编程和进程间通信的实现方法。
- This method provides the disconnection tolerance for interprocess communication. 采用这种方法,可以为分布在网络上不同主机上的进程间通信提供具有故障恢复能力的可靠通信。
- Above all, the article introduces the mechanism of IPC(interprocess communication). 本文分析了UNIX的进程间的通信机制。
- InterProcess Communication(IPC) is an important mechanism inmulti-task operating system. IPC是多任务操作系统的一个重要机制。
- Remote Pocedure Call(RPC)is a popular paradigm for interprocess communication between processes in distributed systems. 在分布式计算系统中,远程过程调用RPC是种流行的进程间通信机制。
- Interprocess communication is not allowed. This includes pipes, semaphores, and shared memory. 进程内通讯不可以。这包括管道,信号,和共享内存。
- Threads that share common resources, however, must coordinate their work by using semaphores or another method of interprocess communication. 但是,共享公共资源的线程必须通过使用信号灯或另一进程间通讯方法来协调它们的工作。
- Above all, the article introduces the mechanism of IPC(Interprocess Communication), and make a thorough research of IPC in a host and IPC across network. 首先文章介绍了UNIX的进程间通信机制,并分一台主机内进程间通信和跨越网络的进程间通信两种情况进行了深入的研究。
- Using MRPC it becomes extremely easy to create programs that utilize fairly advanced networking and interprocess communication in a completely typesafe environment. 使用它可以非常容易地在一个完全类型安全的环境中创建利用相当高级的联网和进程间通信的程序。
- In this article,analyzes parts of interprocess communication mechanism, which include socket, signal, mutex variable. Apply them to RoboCup. 文中分析了Linux进程之间的一部分通信机制,包括套接字、信号、互斥量,并把它们应用于RoboCup中,给出了RoboCup系统流程。
- Giving the architecture of multi-process CNC and functions of modules, interprocess communication and state transition graph in machine processing. 一是给出了多过程系统的体系结构,各个组成模块的功能,进程间的通信方式,分析了数控系统中加工过程的状态变迁。
- Win32 Named Pipe is a widely used technology in interprocess communications. Win32命名管道技术是进程通讯中的一种常用技术。
- Some methods of interprocess communication and data exchange are discussed and the C++source code to implement them is provided. 详细阐述了Windows系统下进程间通信和进行数据交换的各种实现机制 ,并给出了可实现的 C ++语言代码。
- Communication between these application tasks is possible via the operating system's interprocess communication mechanisms . 应用任务间的通信在很大程度上是通过操作系统内部通信机制进行的。
- In the course of the development of applicable computer systems, the InterProcess Communication(IPC) is very important and pratical. 在各种应用系统的开发过程中,不同进程之间的数据交换(IPC)是一种非常重要同时也是非常实用的技 术。
- Interprocess Communication contains mechanisms for the data exchange between the different tasks of the system and their synchronization. 内部通信包括系统不同任务间的数据交换机理以及它们的同步机理。
- Requiring interprocess communication between jobs always increases the complexity of an application, and when possible, this should be kept to a minimum. 在任务之间进行进程间通信的需求总是会增加应用程序的复杂程度,因此只要有可能,您就应该将这种通信减到最少。