What are the different kinds of threads?

Answers were Sorted based on User's Feedback



What are the different kinds of threads? ..

Answer / guest

There are two main kinds of threads implementations:
User-space threads and Kernel-supported threads.

Is This Answer Correct ?    30 Yes 16 No

What are the different kinds of threads? ..

Answer / programmer

There are basically two types of threads:1)user thread(created by application or user also called priority threads),2)daemon thread(created by compiler/interpreter which runs in background)

Is This Answer Correct ?    2 Yes 0 No

What are the different kinds of threads? ..

Answer / 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

More Unix Threads Interview Questions

What are the main families of threads?

1 Answers  


Explain what is protection boundary?

0 Answers  


what is Context switch?

6 Answers  


Explain the different kinds of threads?

0 Answers  


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

0 Answers  






how to edit the network interface device type in container(zone) in solaris 10?

2 Answers   TCS,


what is Scheduling?

3 Answers   Hexaware,


explain about the initial process sequence while the system boots up?

0 Answers  


How would you kill a process?

0 Answers  


Tell me when should we use thread-safe "_r" library calls?

0 Answers  


Explain what are threads?

0 Answers  


What is Critical section?

13 Answers   TCS,


Categories