Unix Threads Question:

What are the different kinds of threads?

Unix Threads Interview Question
Unix Threads Interview Question

Answer:

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.


Previous QuestionNext Question
What are the Architectural differences between User-space threads, and Kernel-supported threads?What is Scheduling?