What is the difference between Light-weight process and heavyweight process?

1 answer

Answer

1277413

2026-07-22 02:05

+ Follow

Light weight process are the process are the processes which is considered for the os as less burden like thread.means the threads are executing inside a process which share the same code and data also memory space of a single process that's it has a less burden to the os and considered as a light weight process.also the communication between the threads are much more efficient.

where as in case of a heavy weight process for doing multiple task the os has to create multiple processes which have a multiple memory address space and for communication between them they have to use inter process communication using sockets and pipe and which has more burden on the os than the threads(ligt weight processes) and hence considered as a heavy weight process

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.