Operating System (OS) Question:
What is dedicated processor assignment in Operating System (OS)?
Answer:
Provides implicit scheduling defined by assignment of threads to processors. For the duration of program execution, each program is allocated a set of processors equal in number to the number of threads in the program. Processors are chosen from the available pool.
Previous Question | Next Question |
What is gang scheduling in Operating System (OS)? | What is dynamic scheduling in Operating System (OS)? |