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 what are threads?
Explain critical section?
Explain similarities between thread and process?
Explain what is scheduling?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
How would you kill a process?
Explain what is critical section?
explain about the initial process sequence while the system boots up?
What is the window of the working set of a process?
How to work unix commands on windows xp without installing unix o/s in pc?
Explain the architectural differences between user-space threads, and kernel-supported threads?
Explain what are the main families of threads?
List the system calls used for process management?
Explain the performance differences between user-space threads and kernel-supported threads.?
Tell me when should we use thread-safe "_r" library calls?