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 |
how to edit the network interface device type in container(zone) in solaris 10?
what is Scheduling?
HOW can I work UNIX commands on Windows XP without installing UNIX O/S in PC
Explain what is scheduling?
Explain similarities between thread and process?
List the system calls used for process management?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
Explain what are the main families of threads?
How to work unix commands on windows xp without installing unix o/s in pc?
Explain the architectural differences between user-space threads, and kernel-supported threads?
How would you kill a process?
What are the main families of threads?