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 |
What is the working set of a process?
Tell me when should we use thread-safe "_r" library calls?
what are the Architectural differences between User-space threads, and Kernel-supported threads.
What is protection boundary?
List the system calls used for process management?
Explain what are threads?
what are the Performance differences between User-space threads and Kernel-supported threads.
Explain how to work unix commands on windows xp without installing unix o/s in pc?
How to work unix commands on windows xp without installing unix o/s in pc?
What is the window of the working set of a process?
Explain what is scheduling?
Explain similarities between thread and process?