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
What are the two methods to create threads?
Explain each system calls used for process management in linux.
Do threads share page table?
What do cores and threads do?
What are threads in c?
Why are threads used?
What are concurrent threads?
What is a thread in c?
Does linux have threads?
What are the advantages of threads?
How many threads can you run?
How do threads work?
What are the disadvantages of threading?
Do threads run in parallel?
Is c++ multithreaded?