Code Monkey home page Code Monkey logo

selvc's Introduction

selvC

An implementation of the classic savage IPC problem written in C.

Description

A tribe of N savages eats in common from a pot that can hold up to M servings of stew, it is assumed that the pot is initially full. When a savage is hungry he checks the pot:

  • if there are no portions, he wakes up the cook and waits until he has completely refilled the pot before serving himself;
  • if the pot contains at least a portion, he appropriates it.

The cook checks that there are portions and, if there are, he falls asleep, otherwise he cooks M portions and he puts them in the pot. Each savage must eat NGIRI times before finishing. The number of n savages, of M portions and NGIRI should be requested as arguments from the line of command to facilitate experiments when these parameters vary. The savages and the cook must be implemented as separate processes working on shared variables and semaphores. Also define a parameter that allows to count overall how many times the cook fills the pot before the end of the program. The program ends when all the savages have completed theirs cycle. During execution, print appropriate messages in order to determine the behavior of the various processes.

selvc's People

Contributors

gaaabliz avatar

Watchers

James Cloos avatar  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.