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 / guest
Yes there is benefit,If we want to execute fast three
different instructions at same time than multithreading
concept is important and if we wanna that 1 thread execute
and get killed and we again create another for nerxt
instruction in that case we can go for a single threwad.
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What are threads and processes?
What are threads in c?
Are goroutines thread safe?
Why do we need thread pool?
Are processes faster than threads?
How do I see threads in linux?
Are threads faster than processes?
What are the two methods to create threads?
How many threads can run on a single processor?
Are threads independent?
Can threading stop hair growth?
What are linux kernel threads?
Why are threads useful?
Why are threads expensive?
What is difference between thread and runnable?