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 does an i7 7700k have?
Is python a single thread?
Whats the difference between a thread and a process?
How many threads can you run?
Can threading stop hair growth?
Does htop show threads?
Why do we need multithreading?
What is difference between processes and threads?
What is posix thread linux?
What is thread explain the threads in linux?
How many threads can jvm handle?
Which way of creating thread is better?
Is it better to have more cores or more threads?
What are concurrent threads?
What are the differences between user level threads and kernel threads?