Code Monkey home page Code Monkey logo

philosophers's Introduction

philosophers

Two solutions to the problem of dining philosophers.
-In the first case philosophers are threads and forks are in between them.
-In the second case philosophers are processes and forks are in the middle of the table.

Task definition: subject

This project is written according to the Norm.

Short instructions:

  1. Type "make" in one of two directories
  2. Execute ./philo 'num_of_philos' 'time_to_die' 'time_to_eat' 'time_to_sleep' ['num_of_meals']
  • 'num_of_philos' is the number of philosophers and the number of forks
  • 'time_to_die' ms is the time in which the philosopher will die if he does not eat
  • 'time_to_eat' ms is the time it takes for a philosopher to eat
  • 'time_to_sleep' ms is the time it takes for a philosopher to sleep after eating
  • 'num_of_meals' [optional] is the number of meals to get one philosopher full;
    once all the philosophers are full, the simulation stops

philosophers's People

Contributors

alicefromwardenfell avatar

Stargazers

 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.