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 |
tell me similarities between thread and process
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?
What are threads?
Explain the performance differences between user-space threads and kernel-supported threads.?
what are the Performance differences between User-space threads and Kernel-supported threads.
Explain what are the main families of threads?
what is Scheduling?
Explain the architectural differences between user-space threads, and kernel-supported threads?
How would you kill a process?
Explain what is critical section?
What is the window of the working set of a process?
Explain similarities between thread and process?