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 / alka
thread is faster than process b'coz switching betwn threads
is easier & faster.
3 threads can divide work together...ex: input,
output,operation etc.
it shares memory within process.
| Is This Answer Correct ? | 5 Yes | 13 No |
Post New Answer View All Answers
What are concurrent threads?
Do threads run in parallel?
Why are user level threads faster than kernel level threads?
Are processes faster than threads?
Does htop show threads?
What do cpu threads do?
What is thread and process?
Is c++ multithreaded?
What does thread mean in slang?
Is multithreading faster than multiprocessing?
How many cores and threads do I need?
Do threads share memory?
Can threading cause hair to grow back thicker?
Why do we need thread pool?
What are processes and threads?