THE PARENT PROCESS in Chinese translation

[ðə 'peərənt 'prəʊses]
[ðə 'peərənt 'prəʊses]
父子进程

Examples of using The parent process in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The parent process receives a SIGKILL signal.
父进程退出时,会收到SIGKILL信号*/.
Changes to the parent process does not affect child processes.
改变父进程,不影响子进程.
Changes to the parent process does not affect child processes.
父进程的更改不会影响子进程
Any process that creates the child process is called the parent process.
相反地,创建子进程的进程称为父进程
The parent process and any unrelated processes will not be affected.
父进程及其他不相关的进程不受影响。
The process that starts up when Firefox launches is called the parent process.
当Firefox启动时的进程被称为父进程
In the parent process, fork() returns the PID of the child.
父进程里,fork()返回子进程的PID。
A new process is created that is almost identical to the parent process.
当一个进程创建时,它几乎与父进程相同。
When the parent process is terminated, all of its subtasks are also terminated.
父进程终止后,所有的子进程也都必须要终止。
However, if the parent process is the init process, you should not kill it.
但是,如果父进程为init进程,你不能结束它。
The echo command above does not have access to the parent process's environment variables.
上面的echo命令无法访问父进程的环境变量。
Initially, this is the environment variable inherited from the parent process(usually the shell).
初始时,这是从父进程(通常是shell)继承的环境变量(environmentvarible)。
Passed on to child processes, but it is not propagated back to the parent process.
会被传给子进程,但是这些改变不会传递到父进程
If there are more than MaxSpareServers idle, then the parent process kills off the excess processes.
如果当前有超过MaxSpareServers数量的空闲子进程,那么父进程将杀死多余进程
Similarly, the child process writes data to the other pipe and the parent process reads from it.
同样,子进程将数据写入另一个管道,父进程从中读取数据。
If there are more than MaxSpareServers idle, then the parent process will kill off the excess processes.
如果当前有超过MaxSpareServers数量的空闲子进程,那么父进程将杀死多余进程
This signal tells the parent process to execute the wait() system call and clean up its zombie children.
这个信号的作用就是要求父进程执行wait()系统调用并清除它的僵尸进程。
The parent process passes this identifier to the waitpid system call to suspend execution until the child has exited.
父进程将此标识符传递给waitpid系统调用来暂停执行,直至子进程退出。
Has its own self-contained start and end events; sequence flows from the parent process must not cross the boundary.
子流程自含开始及结束事件,来自“父”流程的顺序流不可跨过其边框。
If the cd command inherits the parent process' directory, then the objective of the command cd will never be achieved.
而如果cd命令继承了父进程的目录,则它永远也不能达到它的目标。
Results: 581, Time: 0.0349

The parent process in different Languages

Word-for-word translation

Top dictionary queries

English - Chinese