Operating System (OS) Question:
Download Questions PDF

What is gang scheduling in Operating System (OS)?

Operating System (OS) Interview Question
Operating System (OS) Interview Question

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 QuestionNext Question
What is load Sharing in Operating System (OS)?What is dedicated processor assignment in Operating System (OS)?