Answer Posted / 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 View All Answers
How to work unix commands on windows xp without installing unix o/s in pc?
Explain critical section?
List the system calls used for process management?
Explain similarities between thread and process?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
Tell me when should we use thread-safe "_r" library calls?
Explain the performance differences between user-space threads and kernel-supported threads.?
explain about the initial process sequence while the system boots up?
Explain what are threads?
Explain what is scheduling?
What is protection boundary?
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?
Explain what is critical section?
Explain what is protection boundary?
Explain what are the main families of threads?