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

Read Online Unix Threads Job Interview Questions And Answers