What are the main families of threads?



What are the main families of threads?..

Answer / guest

There are two main families of threads:
POSIX-style threads, which generally run on Unix systems.
Microsoft-style threads, which generally run on PCs.
These families can be further subdivided.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Unix Threads Interview Questions

tell me similarities between thread and process

4 Answers   Tanla Solutions,


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

0 Answers  


Explain the performance differences between user-space threads and kernel-supported threads.?

0 Answers  


How to work unix commands on windows xp without installing unix o/s in pc?

0 Answers  


what is Scheduling?

3 Answers   Hexaware,






Explain similarities between thread and process?

0 Answers  


Explain what are threads?

0 Answers  


HOW can I work UNIX commands on Windows XP without installing UNIX O/S in PC

8 Answers   TCL,


Explain what is protection boundary?

0 Answers  


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

0 Answers  


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

0 Answers  


what are the Architectural differences between User-space threads, and Kernel-supported threads.

1 Answers  


Categories