Question
Thread scheduling at the process level and at the kernel level. This topic requires more work on my part and I will give an updated
Thread scheduling at the process level and at the kernel level. This topic requires more work on my part and I will give an updated draft. There may be more than one question here. Review the different allocation policies for kernel threads in relation to user threads one to one, many to one, many to many, hybrid. These are sometimes referred to as an M:N ratio where M is the number of user threads and N is the number of kernel threads.
a) How is the choice between process scope (P) andsystem scope (S) related to these options? If process scope is chosen, where does the responsibility lie for scheduling threads?
b) How does Posix implement scheduling at the user thread level? If system scope (S) is chosen, does the programmer have any control over the scheduling of her threads?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started