1.

State some benefits and drawbacks of Kernel Level Threads.

Answer»

Some of the benefits of kernel-LEVEL threads are as follows:

  • Kernel level threads can manage and schedule all threads.
  • The scheduler may decide to USE more CPU time in a large threaded process.
  • Kernel level threads are great for frequency blocking applications.

Some of the drawbacks of Kernel Level threads are as follows:

  • Implementing kernel threads is harder than implementing user-level threads.
  • The kernel-level THREAD is usually slower than the user-level thread.


Discussion

No Comment Found