3,418 views
0 votes
0 votes
degree of multiprogramming is controlled by which scheduler and how?

1 Answer

7 votes
7 votes

Degree of multiprog is control by long term scheduler.

Degree of multiprog is reduced by mid term scheduler.

  • Degree of multiprog means number of process is in main memory .

  • Ready ,run,wait state reside in main memory.

  • Look at the diagram L.T.S is placed between new to ready state.

  • If L.T.S is placed more number of process in ready state then drgree of multiprog is high.

  • So if you want to control degree of multi then we says L.T.S you  dont put more number of  process in ready state.

  • If ready state have already more number of process . And we want to reduce degree of multiprog.

  • Then says M.T.S we suspend some process in  in suspend ready ( secondary mem).

 

Related questions

0 votes
0 votes
0 answers
1
nandini gupta asked Aug 25, 2018
904 views
Which of the following scheduling strategies is used by Long term scheduler? A) First Come first serveB) Shortest Remaining Job FirstC) Shortest Job FirstD) None of the ...