what is light weight process and heavy weight process?
what is light weight process and heavy weight process and how they differ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
PradeepPosted Mar 4, 2015, 7:45 AM
Normally in lightweightprocess, it will process one or more threads. Each thread will share the same address space and communicating each other.
In a heavyweight process, new processes will be created to perform parallel tasks. and each process contains its own address space.