tell me similarities between thread and process
Answer Posted / sah
- each process must have at least one thread running within it, and each thread must be running within a process.
- each process gets it own address space and memory allocation by OS, where as thread makes use of its parent process resources.
- when parent process dies, all its child process dies, but v-v is not true
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
Tell me when should we use thread-safe "_r" library calls?
Explain 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 similarities between thread and process?
Explain what is critical section?
How to work unix commands on windows xp without installing unix o/s in pc?
Explain the different kinds of threads?
What is the window of the working set of a process?
Explain what are the main families of threads?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
How would you kill a process?
List the system calls used for process management?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain what is scheduling?
Explain the architectural differences between user-space threads, and kernel-supported threads?