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 what is critical section?
tell me similarities between thread and process
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 the architectural differences between user-space threads, and kernel-supported threads?
explain about the initial process sequence while the system boots up?
What is the working set of a process?
Tell me when should we use thread-safe "_r" library calls?
Explain what are threads?
HOW can I work UNIX commands on Windows XP without installing UNIX O/S in PC
what are the Architectural differences between User-space threads, and Kernel-supported threads.
What is the window of the working set of a process?