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