What are the different kinds of threads?
Answer Posted / dipanshu gupta
Only two typs of thereads,that are user space and kernel
supported threads.The user space threads can run only one
machine.where as the kernel supported can run on two or
more machincs simulatinously.
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
explain about the initial process sequence while the system boots up?
Explain what is critical section?
Explain the architectural differences between user-space threads, and kernel-supported threads?
List the system calls used for process management?
What is the working set of a process?
What is the window of the working set of a process?
Explain critical section?
Tell me when should we use thread-safe "_r" library calls?
Explain 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?
Explain what is protection boundary?
Explain what are the main families of threads?
How to work unix commands on windows xp without installing unix o/s in pc?
Explain what are threads?
Explain the performance differences between user-space threads and kernel-supported threads.?