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 / sandeep patra
we use threads for sharing the CPU parallely between
multiple executable entities. now if T1, T2 and T3 are going
to perform sequentially one after another then its better to
have a single process as we are not achieving the
parallelism here.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Do threads share memory?
How many threads does a core i7 have?
Are cpu threads important?
How do threads work?
Why are threads expensive?
What do cpu threads do?
What does threads mean when downloading?
is there a command line shortcut to the login directory
What are concurrent threads?
How do cpu threads work?
Is thread an abstract class?
What is thread explain the threads in linux?
What do cores and threads mean?
How do you create a thread?
What is the main disadvantage of user level threads?