A pipe, though, can only be used between a parent and child process, not between two arbitrary processes.
但是,管道只能在父进程和子进程之间使用,不能在任意两个进程之间使用。
This allows even running instances of the parent process to pick up newer versions of these subprocesses.
这使得即使正在运行的父流程实例也可以选取这些子流程的较新版本。
Understand how to include a child business process as part of a parent business process.
理解如何将一个子业务流程作为父业务流程的一部分加以包含。
This example program creates a cloned thread sharing memory space with the parent process.
这个程序例子创建了一个与其父进程共享存储器空间的克隆线程。
This process is the parent, or root, process to all other processes running on AIX.
该进程是AIX上运行的所有其他进程的父进程或根进程。
If the parent process dies before its children, the orphaned children need to know who is their parent process.
如果父进程在子进程之前终止,孤立的子进程需要知道它们的父进程是谁。
With late binding, the parent process instance calls the currently valid version of a subprocess when it reaches the subprocess invocation in its navigation.
使用后期绑定,父流程实例将在其导航中到达子流程调用点时调用子流程的当前有效版本。
With many decoupled process models forming part of a larger (parent) process, it is no longer possible to generate a single monitor model for the parent process and all its process components.
由于一个较大的(父)流程中包含许多已解耦的流程模型,所以不再可能为父流程及其所有流程组件生成单一监控模型。
If the child dies before the parent, a signal is sent to the parent, and then the child moves to a zombie state until the signal is acknowledged, or the parent process is killed.
如果子进程在父进程之前终止,则会向父进程发送一个信号,然后子进程转变为僵死状态,直到该信号得到确认,或父进程被终止。
The code implements a parent and child process that communicates via a shared memory segment.
代码实现通过共享内存段通信的父进程和子进程。
Comparing the PIDs printed, you can see that the original process is the parent process (PID 767), and the child process (PID 768) knows who its parent is.
对所打印的PID进行比较,可以看到原始进程是父进程(PID 767),并且子进程(PID 768)知道其父进程是谁。
If a parent process should die before the child process, the child process can become a defunct process-also known as a zombie process which usually results in a hung process or hung application.
如果父进程先于子进程死亡,那么子进程就成了死进程(也称为僵尸进程),这常常会导致进程或应用程序挂起。
In this code, 30931 is the parent process for the process 31004.
在这段代码中,30931是进程31004的祖先进程。
Although a parent process can access the process ID of its child process and can thus pass arguments to it, the reverse is false.
尽管父进程可以访问其子进程的进程ID并向它传递参数,但是反过来不行。
A process also has a parent, which in most cases is the PID of the process that launched it.
进程还有父进程,在大多数情况下就是启动它的进程的PID。
The first lists the user the process is running as, the second lists the ID of the process, and the third lists the ID of the parent of the process.
第一列列出用于运行该进程的用户身份,第二列列出进程的ID,第三列列出该进程的父进程id。
Db2 Watchdog (db2wdog) : Parent process for all other processes.
db 2Watchdog (db2wdog):所有其他进程的父进程。
Typically, the caller or parent of the Process would be responsible for catching an Escalation and handling it.
通常,流程的调用方或父级元素将负责捕获并处理Escalation。
Listing 7. Example of a parent and child process in a bash environment.
清单7.bash环境中的父进程和子进程示例。
The init process is Linux's first process, parent to all the other processes.
init进程是Linux的第一个进程,它是所有其他进程的父进程。
If the parent process does not provide a Compensation Sphere in this case, a fault is thrown to tell that the child process cannot run without one.
如果父流程在这种情况下不能够提供CompensationSphere,将抛出一个错误告诉子流程没有Compensation Sphere就不能够运行。
If the parent process does not provide a Compensation Sphere in this case, a run time fault is thrown to indicate that the child process cannot run without one.
如果父流程在这种情况下不能够提供CompensationSphere,将抛出一个错误告诉子流程没有Compensation Sphere就不能够运行。
Let's now send a SIGTERM to the parent process.
现在,向父进程发送一个SIGTERM。
By default, the exec function inherits the group and user IDs from the parent process, which makes it dependent on the parent process. This can be changed by.
默认情况下,exec继承父进程的组和用户ID,这就使得它会依赖于父进程。
In this example, the parent process calls fork, waits for two seconds, then exits.
在此例中,父进程调用fork,等待两秒钟,然后退出。
The parent process running on one processor toggles the value of num_proc1 based on the value of num_proc2 (and branches based on the value of the variable modified by another process).
运行在一个处理器上的父进程根据num_proc2的值来切换num_proc1的值(并且根据由另一个处理器修改的该变量的值进行转移)。
The parent process will be responsible for notifying the ChocoDino customer that their order cannot be completed with a shipment of tasty chocolates.
父流程负责通知ChocoDino客户他们订购的美味巧克力没能完成配送。
The daemon process is terminated either during normal plug-in termination (message in a named pipe to terminate) or if it is signaled that the parent process has terminated.
当插件正常终止(命名管道中出现终止消息)时,或者在发现父进程已经终止时,这个守护进程就被终止。
The child is deleted automatically if the parent process is deleted.
如果父过程被删除,子过程会被自动地删除。
Or you might need to make that BPEL process a long-running process while its parent BPEL process is a short-running process.
或者,您可能需要使得该BPEL流程成为长期运行的流程,而其父 BPEL 流程却是仅短时间内运行的流程。
应用推荐