50 likes | 132 Views
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.
E N D
Linux Process • State • Scheduling information • Identifiers • Interprocess communication • Links • Times and timers • File system • Virtual memory • Processor-specific context
Linux States of a Process • Running • Interruptable • Uninterruptable • Stopped • Zombie
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