Friday, 22 April 2016

When threads are heavyweight processes ?


Threads are not lightweight 
(heavyweightprocess  : 
  • If threads of different processes are executing concurrently

Threads are lightweight process : 
  • only if threads of same process are executing concurrently.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.