Difference Between User Level Thread And Kernel Level Thread In Operating System
What Is A Thread? A thread is a lightweight process that can be managed independently by a scheduler. It improves the application performance through parallelism. Thread shares information like code segment, open files and data segment with other peer threads. Threads have their own system registers which hold its current working variables, a stack which … Read more