process context switching的意思|示意
流程上下文切换
process context switching的网络常见释义
进程关联转换 ... private branch switchboard 专用交换台; 用户交换台 process context switching 进程关联转换 process switching 进程切换 ...
process context switching相关例句
Due to the overhead involved in context switching to a thread or process for any amount of work, systems with small-scope granularity are often inefficient and suffer from low performance.
由于任意工作量的一个线程或进程的上下文切换涉及到的开销较大,小粒度级的系统往往效率低下且遭遇低性能问题。
Modern operating systems generally do an excellent job of process scheduling, which minimizes context switching.
现代操作系统通常在进程调度方面表现得很出色,从而最大程度减少了上下文切换。
Operating systems can generally switch (context switching) faster between threads of the same process than between different process.
操作系统通常可以在相同进程中的不同线程之间更快速地切换(上下文切换),而不是在不同进程之间切换。
This avoids network latency and the overhead of inter-process communication, as well as context switching in the operating system, further contributing to extreme speed.
这样就能够避免网络延迟、进程间通信的开销以及操作系统中的上下文切换,从而进一步提高速度。
The process context only needs switching if a reschedule is between threads in different processes.
只有在重新调度是在两个进程间进行的时候,进程上下文才被转换。