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.
Answers were Sorted based on User's Feedback
Answer / pandu
yes
thread can share the process resources
by using thread we can increase the system speed
| Is This Answer Correct ? | 4 Yes | 21 No |
Do threads share registers?
How many threads can run on a single processor?
What are threads and processes?
What is a thread os?
What is the main disadvantage of user level threads?
Is python a single thread?
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.
Is creating a thread expensive?
what is crondtab daemon?
Can two threads share the same stack?
Why thread is faster than process?
Why is threading bad for you?