Say we have three threads T1, T2 and T3 which
perform sequentially one after another is their any benefit
of using thread over here rather than having a single
process.
Answer Posted / nitesh
The only benefit here is increase in modularity of the
program where each logical unit can be separated by threads
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are threads and processes?
Can a thread have multiple processes?
Are more threads better?
How many threads can you run?
Why context switching is faster in threads?
Is creating a thread expensive?
What are the process states in linux?
Why do we use thread in sleep?
Is python a single thread?
What is the biggest advantage of implementing threads in user space?
Can we create a thread inside a thread?
How many threads run at once?
What is the difference between process and thread in linux?
What are server threads?
What is difference between processes and threads?