...把将要接替这个进程占用CPU的那个进程的上下文从进程表中读出,并更新相应的寄存器,这个过程称为上下文交换(Process context switch)。 而对于fork进程,当执行到pid=fork(); 操作系统创建一个新的进程(子进程),并且在进程表中相应的为他创建一个新的表项。
基于64个网页-相关网页
Operating systems can generally switch (context switching) faster between threads of the same process than between different process.
操作系统通常可以在相同进程中的不同线程之间更快速地切换(上下文切换),而不是在不同进程之间切换。
Specifying that a process in role mgr_r may switch to a valid context in role cashier_r. But there is no line.
指定角色mgr_r中的进程可以切换到角色cashier_r中的有效上下文。
With modern Linux, though, a context switch between distinct processes might take only 15% more time than the corresponding context switch between same-process threads.
然而,在现代的Linux中,不同进程之间的上下文切换所花的时间只比同一进程的线程之间相应的上下文切换多15%。
应用推荐