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 / vivek
here T1, T2 and T3 as a thread consumes less memory and
more speed
but as a process it consumes more memory.
Example:
Multiple threads can be run within a single memory
allocations.
but process needs seperate memory allocations for each
process.
| Is This Answer Correct ? | 4 Yes | 20 No |
Post New Answer View All Answers
What are the differences between user level threads and kernel threads?
What do cpu threads do?
What are linux kernel threads?
What is the difference between process and thread in linux?
How does hyperthreading work?
Is it better to have more cores or more threads?
Do threads share variables?
is there a command line shortcut to the login directory
What are the advantages of threads over processes?
Are more threads better?
Do threads share program counter?
Do threads get their own pid?
Do threads share registers?
Can one thread run on multiple cores?
What is a thread os?