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
Why are threads useful?
Does hyperthreading reduce performance?
Are processes faster than threads?
How do threads work?
What are concurrent threads?
How many cores and threads do I need?
Are goroutines threads?
Can we overload run method of thread?
Do threads share registers?
Can two threads share the same stack?
Can one thread run on multiple cores?
What is the difference between process and thread in linux?
Why are threads expensive?
How many threads does an i7 8700k have?
Why do we need thread pool?