what are the Performance differences between User-space
threads and Kernel-supported threads.
Answer / guest
In terms of context switch time, user-space threads are the
fastest, with two-level threads coming next (all other
things being equal). However, if you have a multiprocessor,
user-level threads can only be run on a single CPU, while
both two-level and pure kernel-supported threads can be run
on multiple CPUs simultaneously.
| Is This Answer Correct ? | 3 Yes | 0 No |
explain about the initial process sequence while the system boots up?
What is Critical section?
What is protection boundary?
Explain what are threads?
What are threads?
What is the window of the working set of a process?
List the system calls used for process management?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain the architectural differences between user-space threads, and kernel-supported threads?
Explain what is protection boundary?
Protection boundary??
how to edit the network interface device type in container(zone) in solaris 10?