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
How many threads can run on a single processor?
Do threads share variables?
Whats better threading or waxing?
Is c++ multithreaded?
What does thread mean in slang?
is there a command line shortcut to the login directory
Can we overload run method of thread?
What are the two methods to create threads?
How many threads can one core handle?
What is a lightweight thread?
Are cpu threads important?
How many threads does an i7 8700k have?
Why are goroutines not lightweight threads?
Can we start two threads at a time?
Are goroutines thread safe?