Let's now send a SIGTERM to the parent process.
现在,向父进程发送一个SIGTERM。
In this code, 30931 is the parent process for the process 31004.
在这段代码中,30931是进程31004的祖先进程。
Db2 Watchdog (db2wdog) : Parent process for all other processes.
db 2Watchdog (db2wdog):所有其他进程的父进程。
Occurs when the default application domain's parent process exits.
当默认应用程序域的父进程存在时发生。
The child is deleted automatically if the parent process is deleted.
如果父过程被删除,子过程会被自动地删除。
In this example, the parent process calls fork, waits for two seconds, then exits.
在此例中,父进程调用fork,等待两秒钟,然后退出。
Repeat the same Staff steps for the parent ProcessChocoDinoOrder business process.
对于父processchocodinoorder业务流程,重复相同的Staff步骤。
How many processes does this program create, including the initial parent process?
这个程序创建多少的过程,包括初始的父进程?
This example program creates a cloned thread sharing memory space with the parent process.
这个程序例子创建了一个与其父进程共享存储器空间的克隆线程。
POSIX semaphore: Why come the parent process acquire semaphore before child releases it?
POSIX信号量:为什么来之前,父进程获得信号量孩子释放吗?
The parent process uses these streams to feed input to and get output from the subprocess.
父进程使用这些流来写入子进程的输入和获取子进程的输出。
When a shell script process exits or returns to the parent process, the exit code should be 0.
当shell脚本进程退出或返回到父进程时,退出码应该是0。
When this new process-the child process-is executing, the parent process will still be running.
当这个新进程(子进程)正在执行时,父进程仍然在运行。
This allows even running instances of the parent process to pick up newer versions of these subprocesses.
这使得即使正在运行的父流程实例也可以选取这些子流程的较新版本。
If the parent process dies before its children, the orphaned children need to know who is their parent process.
如果父进程在子进程之前终止,孤立的子进程需要知道它们的父进程是谁。
When the parent process starts compensation, the compensation services of this peer process will not be invoked.
当父流程开始补偿,peer流程的补偿服务将不会被调用。
Check the parent process id of the script... owner of the parent process should be the user who executed the file.
试着用猪来设置权限的文件用以执行。这也许会让你的用户在执行过程中,如果你幸运的话,你就可以把自己的身份很容易。
Notice that the parent process id (PPID) in the first output of ps is 8619, which is the process id (PID) of the script.
注意:ps的第一个输出中的父进程id (PPID)为8619,这是脚本的进程id (PID)。
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并向它传递参数,但是反过来不行。
The process that gets the 0 is called the child process, and the non-zero result goes to the original process, which is the parent process.
获得0的进程称为子进程,非零结果属于原始进程,即父进程。
Fork creates a child process that differs from the parent process only in its PID and PPID; in fact, the resource utilizations are set to 0.
fork会创建一个子进程,与父进程相比只是PID和PPID不同;实际上,资源利用设为0。
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就不能够运行。
The parent process will be responsible for notifying the ChocoDino customer that their order cannot be completed with a shipment of tasty chocolates.
父流程负责通知ChocoDino客户他们订购的美味巧克力没能完成配送。
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)知道其父进程是谁。
With late binding, the parent process instance calls the currently valid version of a subprocess when it reaches the subprocess invocation in its navigation.
使用后期绑定,父流程实例将在其导航中到达子流程调用点时调用子流程的当前有效版本。
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,这就使得它会依赖于父进程。
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就不能够运行。
The kernel handles this system call by releasing the resources owned by the process and sending the parent process a SIGCHLD signal, which is ignored by default.
核心处理这个调用的时候释放进程的全部资源并向其父进程发送SIGCHLD信号,缺省情况下这个信号是被父进程忽略的。
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.
当插件正常终止(命名管道中出现终止消息)时,或者在发现父进程已经终止时,这个守护进程就被终止。
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.
如果子进程在父进程之前终止,则会向父进程发送一个信号,然后子进程转变为僵死状态,直到该信号得到确认,或父进程被终止。
应用推荐