Operating System Showdown
CtrlK
  • Basics of OS
    • What is OS ?
    • Types of OS
    • Threads & Processes
    • Important Differences
  • Components of OS
    • User & Kernel Space
    • Functions of Kernel
    • Types of Kernels
    • IPC - Inter Process Communication
    • System Calls
      • Common Linux Commands
  • Process Management
    • Process & it's Architecture
    • Process Attributes & PCB
    • Process States & Queues
      • Mid Term Scheduler & Swapping
    • Orphan Process
    • Zombie Process
    • Process Scheduling
      • Basic Terminology
      • Important Formulae
      • Scheduling Algorithms
      • Comparison of Scheduling Algorithms
  • Concurrency Control
    • Basic Terms of Concurrency
    • Critical Section & Race Condition
    • Concurrency Control
    • Classical Problems of Concurrency Control
      • Producer Consumer Problem
      • Reader Writer Problem
      • Dining Philosophers Problem
Powered by GitBook
On this page
  1. Concurrency Control

Classical Problems of Concurrency Control

Producer Consumer ProblemReader Writer ProblemDining Philosophers Problem
PreviousConcurrency ControlNextProducer Consumer Problem

Last updated 1 year ago