Operations of Processes
Process creation
- Execution:
- Parent executes concurrently.
- Parent waits for child’s completion.
- Address space:
- Child has a program loaded into it.
- Child is a duplicate of the parent process.
Process termination
- The process completed its operation.
- The process’ parent is exiting and OS does not allow child processes to continue in that case
- The process exceeded its limit of some resource.