What do you mean by KERNEL THREADS?

Showing Answers 1 - 3 of 3 Answers

These are the threads that performs thread creation, scheduling and management in kernel space. These are supported directly by os but these are slower than user threads. However, since the kernel is managing threads, if a thread performs blocking system call, kernel can schedule another thread in the application for execution.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions