0
898views
WRITE SHORT NOTE ON:User threads and Kernel threads.
1 Answer
0
10views

Who manages threads?

Two strategies

  • User threads

    • Thread management done by user level thread library.

    • Kernel knows nothing about the threads.

  • Kernel threads

    • Threads directly supported by the kernel.
    • Known as light weight processes.

User level threads

  • All thread management is done by the application

  • The kernel is not aware …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.