Get Started. It's Free
or sign up with your email address
Chapter 4 by Mind Map: Chapter 4

1. Processes and threads

1.1. Processes

1.1.1. everything that can affect, or be affected by, the process: code, data, call stack, open files, network connections, etc

1.2. Threads

1.2.1. Concurrent execution on multiprocessors

1.2.2. Most common usage for threads: large server applications

1.2.3. Thread is unit of sequential execution

2. Operating system control structures

2.1. Process identification data

2.2. Process state data

2.3. Process control data

2.4. IO status information

2.5. Accounting information

2.6. Memory management information

2.7. CPU scheduling information

2.8. CPU registers