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

Explain what is critical section?

0 Answers  


tell me similarities between thread and process

4 Answers   Tanla Solutions,


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?

0 Answers  


List the system calls used for process management?

0 Answers  


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

0 Answers  






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

0 Answers  


What is the working set of a process?

0 Answers  


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

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,


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

1 Answers  


What is the window of the working set of a process?

0 Answers  


Categories