2,321 views
1 votes
1 votes
Which Scheduler work while moving a process from Running state to Wait State ?

2 Answers

1 votes
1 votes
Reference: William Stallings Operating System
 
The short-term scheduler is invoked whenever an event occurs that may lead to
the blocking of the current process, or that may provide an opportunity to preempt
a currently running process in favor of another. Examples of such events include:
Clock interrupts
I/O interrupts
Operating system calls
Signals (e.g., semaphores)
 
edited by
0 votes
0 votes
I think.. Short term schedular..

Related questions

2 votes
2 votes
4 answers
1
Pranay Datta 1 asked Oct 11, 2015
2,739 views
When ever a process is going running to blocked state its get pre-empted right ??so this is also a preemptive scheduling ??
0 votes
0 votes
1 answer
2
Anmol1512 asked Mar 14, 2022
634 views
does the job scheduler only select the process or bring the process from new state to ready state
3 votes
3 votes
1 answer
4
Hardi Shah asked Dec 27, 2015
2,210 views
A process in which of the following state is best suited for swapping into main memory?(A) Ready Suspended (B) Blocked Suspended (C) Running ...