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 / sumant kulkarni
I really feel, using threads in this situation is wastage of
resources. Using a single process would be the right choice.
This avoids context switching between threads.
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
Is thread an abstract class?
How many threads can one core handle?
What is the biggest advantage of implementing threads in user space?
What are threads in c?
Why are user level threads faster than kernel level threads?
How many threads can run on a single processor?
What do cores and threads do?
Can one thread run on multiple cores?
Are goroutines threads?
Do threads get their own pid?
How do I start a runnable thread?
What are linux kernel threads?
What is thread and process?
Whats the difference between a thread and a process?
Are threads independent?