Process Creation Cost
- Environment of a control thread determines
its "weight"
- An OS-created process has its own address
space, security, etc.; "heavy" and costly to create
- A parallel function execution inherits
from its parent; "light"
- ILP has invisible overhead