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 |
Explain similarities between thread and process?
what is Scheduling?
Explain the different kinds of threads?
How would you kill a process?
Explain the architectural differences between user-space threads, and kernel-supported threads?
How to work unix commands on windows xp without installing unix o/s in pc?
What are threads?
Explain what are the main families of threads?
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?
List the system calls used for process management?
Explain what is critical section?
Tell me when should we use thread-safe "_r" library calls?