我试图理解为什么我们必须安排流程的以下原因:
❖ Bursts of CPU usage alternate with periods of I/O wait
❖ Some processes are CPU-bound: they don’t make many I/O requests
❖ Other processes are I/O-bound and make many kernel requests
我对这种情况下使用的术语感到困惑。它们指的是I / O等待期间CPU使用率的突发。那是什么意思?。这是否意味着当执行某些指令集并且这些指令被意外的I / O资源阻塞时,这些指令在某种程度上在CPU中保持空闲状态?