1 / 5

Linux Process

Learn about Linux process states, scheduling classes, identifiers, interprocess communication, timers, file system, virtual memory, and processor-specific context. Understand the different states of a process and the various scheduling options available in Linux.

jschull
Download Presentation

Linux Process

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. Linux Process • State • Scheduling information • Identifiers • Interprocess communication • Links • Times and timers • File system • Virtual memory • Processor-specific context

  2. Linux States of a Process • Running • Interruptable • Uninterruptable • Stopped • Zombie

  3. Linux Scheduling • Scheduling classes • SCHED_FIFO: First-in-first-out real-time threads • SCHED_RR: Round-robin real-time threads • SCHED_OTHER: Other, non-real-time threads • Within each class multiple priorities may be used

  4. Example of Linux Scheduling

More Related