Computer Science, asked by karismakhan5989, 1 year ago

Advantage and disadvantage of user level threads and kernel level threads

Answers

Answered by jiveshfirke4749
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