Explain the different kinds of threads?



Explain the different kinds of threads?..

Answer / Brajesh Kumar

In Unix, there are two kinds of threads: User-level threads (ULTs) and Kernel-level threads (KLTs). ULTs are managed by the C library, while KLTs are managed by the operating system kernel itself.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Threads Interview Questions

tell me similarities between thread and process

4 Answers   Tanla Solutions,


If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?

1 Answers  


What are threads?

4 Answers  


Explain the performance differences between user-space threads and kernel-supported threads.?

1 Answers  


what are the Performance differences between User-space threads and Kernel-supported threads.

1 Answers  


Explain what are the main families of threads?

1 Answers  


what is Scheduling?

3 Answers   Hexaware,


Explain the architectural differences between user-space threads, and kernel-supported threads?

1 Answers  


How would you kill a process?

1 Answers  


Explain what is critical section?

1 Answers  


What is the window of the working set of a process?

1 Answers  


Explain similarities between thread and process?

1 Answers  


Categories