Skip to content
#

process-management

Here are 32 public repositories matching this topic...

An introduction to operating systems for contemporary multitasking, single processor computers. Topics include processes, process management and scheduling, interprocess synchronization and communication, memory management, and file management. Selected theory and concepts are supplemented with an examination of their implementation in contempor…

  • Updated Nov 17, 2021
  • C

Multithreading simulation project where philosophers dine, think, and sleep while avoiding death by starvation. It's an exploration of process threading, mutexes, and the dining philosophers problem in C. This project provides practical experience with the challenges of synchronizing threads and processes to achieve a common goal

  • Updated Mar 13, 2024
  • C

Improve this page

Add a description, image, and links to the process-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the process-management topic, visit your repo's landing page and select "manage topics."

Learn more