Coder Social home page Coder Social logo

philosophers's Introduction

Philosophers

Score

project score

Introduction

The Philosophers Multithreading Project is an implementation of the classic dining philosophers problem using multithreading in the C programming language. The project explores the concepts of concurrency, thread management, and synchronization using mutexes.

Overview

The project simulates a scenario where a group of philosophers sit at a round table and alternates between eating, thinking, and sleeping. Each philosopher is represented as a thread, and they must share a fixed number of forks placed between them on the table. To prevent conflicts and ensure proper synchronization, mutexes are used to control access to the forks and prevent deadlocks.

Features

  • Each philosopher is implemented as a separate thread.
  • Mutexes are used to control access to shared resources such as forks.
  • Proper synchronization techniques are employed to prevent deadlocks and race conditions.
  • The program takes command-line arguments to specify the number of philosophers, time constraints for eating, sleeping, and thinking, and the optional number of times each philosopher must eat before the simulation ends.

Usage

To compile the program, use the provided Makefile:

make

To run the program, execute the compiled binary with the required command-line arguments:

./philo number_of_philosophers time_to_die time_to_eat time_to_sleep [number_of_times_each_philosopher_must_eat]

philosophers's People

Contributors

jacopo3101 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.