1 / 17

Understanding Process Management in Unix Systems

Learn about the creation, termination, and scheduling of processes in Unix systems. Explore the Process Control Block (PCB), context switching, and the 5-state process model. Delve into short, medium, and long-term process scheduling. Lecture 4 covers essential concepts in process management.

beth
Télécharger la présentation

Understanding Process Management in Unix Systems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. 1 process process creation/termination context process control block (PCB) context switch 5-state process model process scheduling short/medium/long term Unix process model Lecture 4: Process Management

    2. 2 process (also called task, or job) is a program in execution process program code (or text) sequence of instructions to be executed note: multiple processes may be running the same code (editor, web-browser, etc) context (execution state) Process

More Related