0
2.7kviews
Context Switch in UNIX process
1 Answer
0
49views

There are 4 situations under which kernel permits a context switch are :

  • When a process is in sleep mode
  • When a process goes to exit
  • When a process returns from a system call to user mode but is not the most eligible process to run
  • When a process returns …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.