Process is in execution (Process Context + Virtual Memory [code, data])
Process model’s limitation is cooperating & multi-process (sharing is limited so heavy-weighted to fork everything for parallel processing). we use Thread model to deal with this issue.
- I/O bound process - CPU oriented task
- CPU bound process - I/O oriented task (high I/O waiting time)
Process Notion
Process Usages