what are the Performance differences between User-space
threads and Kernel-supported threads.
Answer Posted / 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 |
Post New Answer View All Answers
How would you kill a process?
Explain what is scheduling?
If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?
Explain the different kinds of threads?
Tell me when should we use thread-safe "_r" library calls?
Explain the performance differences between user-space threads and kernel-supported threads.?
What is the working set of a process?
Explain what are the main families of threads?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
Explain what are threads?
List the system calls used for process management?
Explain the architectural differences between user-space threads, and kernel-supported threads?
explain about the initial process sequence while the system boots up?
Explain what is critical section?
What is protection boundary?