Operating System (OS) Question:
Download Job Interview Questions and Answers PDF
What is gang scheduling in Operating System (OS)?
Answer:
A set of related threads is scheduled to run on a set of processors at the same time, on a 1-to-1 basis. Closely related threads / processes may be scheduled this way to reduce synchronization blocking, and minimize process switching. Group scheduling predated this strategy.
Download Operating System (OS) Interview Questions And Answers
PDF
Previous Question | Next Question |
What is load Sharing in Operating System (OS)? | What is dedicated processor assignment in Operating System (OS)? |