1.Consider the following statements with respect to user-level threads and kernel-supported threads
- Context switch is faster with kernel-supported threads
-
For user-level threads, a system call can block the entire process
-
Kernel-supported threads can be scheduled independently
-
User-level threads are transparent to the kernel
No comments:
Post a Comment