Giter VIP home page Giter VIP logo

plazza's Introduction

plazza

Epitech Second Year Project, Plazza in CPP, Who said anything about pizzas?

Subject:

The purpose of this project is to make you realize a simulation of a pizzeria, which is composed of thereception that accepts new commands, of several kitchens, themselves with several cooks, themselvescooking several pizzas.You will learn to deal with various problems, including load balancing, process and thread synchronizationand communication.Before you get started, should take some time to read up on the following tools you’ll need to use: •Processes (man fork,man exit,man wait,man ...) •Inter-process communication (IPC) •STL threads •POSIX threads (man pthread_*)

Usage:

./plazza 2 5 2000

  • The first parameter is a multiplier for the cooking time of the pizzas. It is used to examine your programmore easily, so it mustINEVITABLYbe implemented. Otherwise it will not be possible to grade you.Moreover this parameterMUSTbe able to accept numbers with value in between 0 to 1 to obtain adivisor of the pizzas cooking time. . .Cooking time is detailed later.
  • The second parameter is the number of cooks per kitchen.Cook definition is detailed later.
  • The third parameter is the time in milliseconds, used by the kitchen stock to replace ingredients.In-gredient definition is detailed later.

Bonus:

Advanced status display command.

plazza's People

Contributors

alexandre10044 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.