Philosophers

Noureddine Ettalhaouy

0

Software Engineer

C

This project involves modeling the Philosophers’ Dinner problem. Firstly by representing each philosopher by a thread and each fork by a mutex, and secondly by representing each philosopher by a fork (child process) and the forks by semaphores.
Like this project
0

Posted Nov 8, 2024

This project involves modeling the Philosophers’ Dinner problem. Firstly by representing each philosopher by a thread and each fork by a mutex, and secondly by

Likes

0

Views

1

Tags

Software Engineer

C