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 ?    8 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the working set of a process?

594


List the system calls used for process management?

609


How would you kill a process?

624


Explain what is critical section?

546


Explain what are threads?

625






explain about the initial process sequence while the system boots up?

607


Explain critical section?

601


Explain what is scheduling?

601


What is the window of the working set of a process?

634


How to work unix commands on windows xp without installing unix o/s in pc?

514


Explain what is protection boundary?

563


Explain what are the main families of threads?

566


Explain similarities between thread and process?

583


Explain how to work unix commands on windows xp without installing unix o/s in pc?

481


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?

620