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
Explain what are the main families of threads?
List the system calls used for process management?
Explain critical section?
Explain what is scheduling?
Explain the different kinds of threads?
explain about the initial process sequence while the system boots up?
Explain what is critical section?
Explain what are threads?
Explain the architectural differences between user-space threads, and kernel-supported threads?
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?
What is the working set of a process?
Explain what is protection boundary?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
How would you kill a process?