使用send和receive函数调用让一个进程与另一个进程通信。
Have one process communicate with another process using the send and receive function calls.
进程之间的通信可以在同一个机器或不同的机器上运行。
The communications among processes can be running on one machine or different machines.
现在,试试进程间通信。
需要一种方式来实现进程间通信。
对本地进程间通信,管道是windows平台上最高效和灵活的工具。
For local interprocess communications, pipes are the most efficient and flexible tool available in Windows.
使用网络而不是进程间通信也是很重要的。
It's also important to use network rather than interprocess communication.
对于操作系统来说,进程间通信(IPC)是它必不可少的功能。
Communication (IPC) is an essential function for an operating system.
这些机制允许进程与在同一台计算机上运行的其它进程进行通信。
These mechanisms allow processes running on the same computer to communicate with one another.
这些机制允许进程与在同一台计算机上运行的其它进程进行通信。
These mechanisms allow processes running on the same computer to communicate with one another.
应用推荐