interprocess

n.  工序间
adj.  工序间的

计算机



双语例句

  1. Thus, by sticking to a synchronous model, interprocess communication can be achieved.
    因此,通过采用一个同步模型,就可以实现进程间通信。
  2. As an interprocess communication component either within a given Java runtime or across several Java and non-Java runtimes.
    作为进程间通信组件,在给定的Java运行时中或几个Java和非Java运行时之间。
  3. Ignoring inter host applications, let's look at shared memory for interprocess communication on the same host.
    现在不考虑主机间应用程序通信,看看如何通过共享内存在同一主机上进行进程间通信。
  4. Shared memory is the fastest of the interprocess communications options available and is quite flexible.
    共享内存是速度最快的进程间通信技术,而且非常灵活。
  5. You're talking about interprocess communication here, with emphasis on process.
    这里讨论的主题是进程间通信,重点在进程上。
  6. Interprocess communication using message queue
    使用消息队列实现进程间通信
  7. We illustrate how to achieve interprocess communication ( IPC) can also be achieved, using the second design pattern.
    然后阐述如何使用第二种设计模式来实现进程间通信(IPC)。
  8. You will need to use an interprocess communication ( IPC) mechanism between these two threads.
    在这两个线程之间需要使用一种进程间通信(IPC)机制。
  9. This provides a level of control over a VPS, defining how much memory is available, how many interprocess communication ( IPC) objects are available, and so on.
    这为VPS提供了一定层次上的控制,定义了有多少内存可用,有多少进程间通信(IPC)对象可用等。
  10. Table 1 below summarizes the forms of interprocess communication available on a typical UNIX system.
    表1总结在典型的UNIX系统上可用的进程间通信形式。
  11. Domain sockets include Interprocess Communication ( IPC) protocols.
    域套接字包含进程间通信(IPC)协议。
  12. System classes encapsulate technical features, such as your approach to interprocess communication ( IPC) or error logging.
    系统类封装技术功能,例如进程间通信或者记录错误日志的方法。
  13. The simplest mechanism for interprocess communication is reading and writing data across channels.
    进程间通信最简单的机制就是通过通道读写数据。
  14. The shared memory is used to implement an interprocess communication media.
    共享内存用于实现进程间通信媒介。
  15. It's also important to use network rather than interprocess communication.
    使用网络而不是进程间通信也是很重要的。
  16. UNIX provides a number of technologies for such interprocess communication.
    UNIX为实现这样的进程间通信提供了多种技术。
  17. For most programmers, interprocess communication ( IPC) is synonymous with using the Socket API.
    对于大多数程序员而言,进程间通信(IPC)就等于使用SocketAPI。
  18. Now, let's explore another popular mechanism for interprocess communication: the message queue.
    现在,研究另一种流行的进程间通信机制:消息队列。
  19. Interprocess communications: Learn more about how shared memory and other forms of interprocess communication are implemented.
    进程间通信:进一步了解共享内存和其他进程间通信形式是如何实现的。
  20. In AIX/ proc, these files are are also virtual files like in Linux, showing hardware and some settings, for example, using interprocess communications.
    在AIX/proc中,这些文件与在Linux中一样,也是虚拟文件,并使用诸如进程间通信等机制来显示硬件和某些设置。
  21. Model Checking Research for LINUX Kernel Interprocess Communication
    LINUX内核进程间通信的模型检测研究
  22. Research and Development of Interprocess Communication Technology of Distributed System
    分布式系统的进程间通信技术的研究和开发
  23. Special class design of interprocess synchronization in voltage and var control system
    电压无功控制系统特殊进程配合类设计
  24. Design of Message-based Interprocess Communication Method for Embedded Systems
    一种面向嵌入式系统的进程间消息信方法的设计
  25. Research and implementation of interprocess communication mechanism in the multiprocessor system
    多处理机系统中进程通讯机制的研究和实现
  26. Unified interprocess communications, even across heterogeneous processes
    统一的进程间通信,即便是跨越不同种类的进程
  27. Remoting technologies such as EJB or CORBA mistakenly attempted to apply O-O principles to interprocess communications.
    诸如EJB或CORBA这样的远程技术错误之处在于,试图将OO原则应用到进程间通信上。
  28. For local interprocess communications, pipes are the most efficient and flexible tool available in Windows.
    对本地进程间通信,管道是windows平台上最高效和灵活的工具。
  29. Interprocess communication is not allowed. This includes pipes, semaphores, and shared memory.
    进程内通讯不可以。这包括管道,信号,和共享内存。
  30. With the advent of the Microsoft Win32 API, interprocess subclassing was discouraged and made a bit harder to code.
    随着微软Win32API的到来,进程间子类化不再被鼓励使用并愈发变得困难起来。