tell me similarities between thread and process

Answer Posted / david

Asking for the similarities is the wrong question to ask. The real question should be what is the relationship.

a thread is contained inside a process. Multiple threads can exist within the same process and share resources such as memory, while different processes do not share these resources.

A Process is an instance of a computer program, consisting of one or more threads.

Is This Answer Correct ?    8 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the performance differences between user-space threads and kernel-supported threads.?

601


Explain the architectural differences between user-space threads, and kernel-supported threads?

514


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?

627


Tell me when should we use thread-safe "_r" library calls?

538


Explain what are the main families of threads?

572






Explain similarities between thread and process?

589


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

614


Explain what is protection boundary?

574


What is protection boundary?

684


Explain what are threads?

634


What is the working set of a process?

605


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

643


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

490


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

522


Explain what is scheduling?

614