Advantage and disadvantage of user level threads and kernel level threads
Answers
Answered by
1
Disadvantages: User-Level threads are not a perfect solution as with everything else, they are a trade off. ... User-level threads requires non-blocking systems call i.e., a multithreaded kernel. Otherwise, entire process will blocked in the kernel, even if there are runable threads left in the processes.
Similar questions