292 views
0 votes
0 votes
Assume that an operating system maps user-level threads to the kernel using the many-to-many model and that the mapping is done through LWPs(Light Weight Processes). Furthermore, the system allows developers to create real-time threads for use in real-time systems. Is it necessary to bind a real-time thread to an LWP(Light Weight Process) ?Explain.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
akash.dinkar12 asked Mar 19, 2019
3,952 views
Using Amdahl’s Law, calculate the speedup gain of an application that has a 60 percent parallel component for (a) two processing cores and (b) four processing cores.
0 votes
0 votes
1 answer
3
1 votes
1 votes
2 answers
4
akash.dinkar12 asked Mar 19, 2019
442 views
Can a multithreaded solution using multiple user-level threads achieve better performance on a multiprocessor system than on a single processor system ? Explain.