Explain similarities between thread and process?
Submitted by: Administrator- 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
Submitted by: Administrator
- 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
Submitted by: Administrator
Read Online Unix Threads Job Interview Questions And Answers
Top Unix Threads Questions
☺ | Explain similarities between thread and process? |
☺ | Explain Critical section? |
☺ | Explain What are threads? |
☺ | What is Protection boundary? |
☺ | What is Scheduling? |
Top OS Unix Categories
☺ | Unix IPC Interview Questions. |
☺ | Unix General Interview Questions. |
☺ | Unix System Calls Interview Questions. |
☺ | Unix Threads Interview Questions. |