Difference between user level thread and kernel level thread
Answers
Answered by
2
Answer:
User level threads are faster to create and manage. Kernel level threads are slower to create and manage. User level thread can run on any operating system. Kernel level threads are specific to the operating system.
Answered by
0
Explanation:
Difference between User-Level & Kernel-Level Thread
User-level threads are faster to create and manage. Kernel-level threads are slower to create and manage. Implementation is by a thread library at the user level. ... User-level thread is generic and can run on any operating system.
Similar questions