tell me similarities between thread and process
Answer Posted / khushi
Both have a parent process.
process has a process id same way thread has a thread id.
We can create a process within a process same way we can
create a thread within a thread
both process and thread has priorities.
| Is This Answer Correct ? | 65 Yes | 4 No |
Post New Answer View All Answers
Explain how to work unix commands on windows xp without installing unix o/s in pc?
What is the working set of a process?
Explain what are threads?
What is the window of the working set of a process?
Explain what is scheduling?
Explain similarities between thread and process?
Explain what is protection boundary?
Explain critical section?
explain about the initial process sequence while the system boots up?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain what is critical section?
How would you kill a process?
What is protection boundary?
Explain the different kinds of threads?
Explain the architectural differences between user-space threads, and kernel-supported threads?