Do threads share heap?
Answer / Nitin Garg
Yes, in Linux, all threads within a process share the same global data segment (including the heap), which means that changes made by one thread are visible to other threads.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which way of creating thread is better?
Is threading harmful?
how will you distinguish if it is a process or a thread, provided you know pid in linux operating system?
1 Answers SwanSoft Technologies,
what do you mean LD_LIBRARY_PATH? What LD_LIBRARY_PATH does
2 Answers CTS, VIT University,
How many threads can a cpu run?
How many threads does a core i7 have?
Does hair grow back thicker after threading?
Do threads count as cores?
Explain each system calls used for process management in linux.
What is the use of thread over process?
Why are threads expensive?
Do threads share file descriptors?