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
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 the architectural differences between user-space threads, and kernel-supported threads?
Explain what are threads?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain the different kinds of threads?
Explain critical section?
How to work unix commands on windows xp without installing unix o/s in pc?
What is the window of the working set of a process?
How would you kill a process?
Explain what is critical section?
Explain what is scheduling?
What is protection boundary?
Explain similarities between thread and process?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
Tell me when should we use thread-safe "_r" library calls?