Linux Process States

Viewed 139817

In Linux, what happens to the state of a process when it needs to read blocks from a disk? Is it blocked? If so, how is another process chosen to execute?

8 Answers
Related