| 释义 |
fork process 分叉[并行]进程 A resident process that executes at software interrupt level entirely within the system address space, and runs to completion without entering a wait state. FORK processes have minimal context, I/O drivers are fork processes. 在系统地址空间内,完全按软件中断级执行的一种驻留内存中的进程,并不进入等待状态 而一直运行到完成。分叉处理(即并行进程)有最小的上下文,输入输出驱动程序就是并行 进程。 |