Inter-process communication的意思|示意
进程间通信
Inter-process communication的网络常见释义
进程间通信 ...IPC进程间通信(Inter-Process Communication)就是指多个进程之间相互通信,交换信息的方法。Linux IPC基本上都是从Unix平台上继承而来的。
通信 对于Linux这样一个多用户、多任务的操作系统,进程间的通信(Inter-Process Communication,IPC)是非常重要的,它是使整个系统得以有条不紊工作的基础。
进程间的数据通信 这就需要在后门程序里使用CreatePipe创建两个管道来实现进程间的数据通信(Inter-Process Communication,IPC)。
Inter-process communication相关短语
1、 Inter-process Communication IPC 进程间通信 ; 详细翻译
2、 ipc inter-process communication 进程间通信 ; 详细翻译
3、 IPC Inter process communication 进程间通信 ; 进程通讯
Inter-process communication相关例句
As a result, no inter-process communication, either over the network or between processes on the same machine, is required for database operations.
其结果是,不管应用程序是运行在同一台机器上还是运行在网络上,在进行数据库操作时,它都无需进行进程间通信。
To facilitate communication between processes, most operating systems support Inter process communication (IPC) resources, such as pipes and sockets.
为了便于进程间通讯,大部分系统都支持进程间通讯(IPC)资源,如管道和套接字。
In terms of time and space, Shared memory is probably the most efficient inter-process communication channel provided by all modern operating systems.
就时间和空间而言,共享内存可能是所有现代操作系统都具备的最高效的进程间通信通道。
The only problem with that is inter-process communication, but otherwise it is better because the architecture can grow smoother.
这种做法的唯一问题就是进程间通信,除此之外都比使用线程要好,因为这样的架构能更平滑地进行扩展。
An Inter-Process Communication (IPC) message queues sample code listed in this article to show you how to work around it.
本文中列出的一个进程间通信(Inter - Process Communication, IPC)消息队列示例代码将向您展示如何来解决此问题。
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) protocols.
在绑定模式中,JMS应用程序必须在与队列管理器相同的主机上运行,它们将使用进程间通讯(IPC)协议进行通信。