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 disadvantages of threading?
Do threads share heap?
How many threads does an i7 8700k have?
Which thread method is called when a thread starts?
How many cores and threads do I need?
Is creating a thread expensive?
Can threading stop hair growth?
Can a process have 0 threads?
Does hyperthreading reduce performance?
Why are threads expensive?
how will you distinguish if it is a process or a thread, provided you know pid in linux operating system?
What do cpu threads do?
Are threads cores?
Are threads faster than processes?
How many threads does a core i7 have?