术语 | subprocess |
释义 | subprocess 子进程 A subsidiary process created by another process. The process that creates a subprocess is its owner. A process and its subprocesses share a pool of quotas and limits. When an owner process is removed from the system, all its subprocesses (and their subprocesses) are also removed. 一种由进程创建的附属进程。创建子进程的进程是其主进程。进程及其子进程共享合用资源的配额和限制。当主进程从系统中移去时,所有它 创建的子进程(和这些子进程的子进程)也都被移走。 |
随便看 |
|
计算机英汉双解词典包含21137条计算机术语英汉翻译词条,基本涵盖了全部常用计算机术语的翻译及用法,是计算机学习及翻译工作的有利工具。