adspace
What is the difference between user level thread and kernel level thread?
Answer Posted / Ravindra Kumar Singh
User-level threads (ULTs) are managed by the application itself, while kernel-level threads (KLTs) are managed by the operating system's kernel. ULTs have faster context switches but can lead to poor system performance if there are insufficient cores, whereas KLTs provide better scalability and resource management but have slower context switches.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category