Q. In thread scheduling, load sharing is referred to (Solved)
1. Simultaneous scheduling of threads that make up a single process.
2. Implicit scheduling defined by the assignment of threads to processors.
3. A global queue of ready thread is maintained and each processor, when idle, selects a thread from queue.
4. None of these.
- c. A global queue of ready thread is maintained and each processor, when idle, selects a thread from queue.