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 / 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 |
Post New Answer View All Answers
How many cores and threads do I need?
What does 4 cores and 4 threads mean?
Is multithreading faster than multiprocessing?
What are linux kernel threads?
What is a thread os?
What is difference between processes and threads?
What are the advantages of threads?
What is a lightweight thread?
is there a command line shortcut to the login directory
What are threads and processes?
Can python be multithreaded?
How do threads work?
How do I see threads in linux?
How do I check my cpu threads?
Is threading harmful?