Why thread is called lightweight process?In: Linux |
A thread is similar to a separate process, in that it can do stuff (process) independently of other threads. But it is lightweight, since the operating system doesn't have to give it its own memory space, since it shares memory with the other threads in the process.
|
|
|
First answer by Avir. Last edit by Avir. Contributor trust: 45 [recommend contributor]. Question popularity: 16 [recommend question]
|
Research your answer: |
Can you answer other questions about linux?
|
|


