CMD + K

Kapittel 2 · Prosesser og prosess-APIprocess lifecycle

Process States: Running, Ready, Blocked

0:59Fortellerstemme
0:00 / 0:00

Process states — a process is always in one of three states: RUNNING on the CPU, READY waiting for the CPU, or BLOCKED waiting on an I/O completion; the scheduler and I/O events drive every transition

process staterunningreadyblockedstate transitionI/O