Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frouioui/plazza

A pizza shop simulation using multi threading and shared memory across processes
https://github.com/frouioui/plazza

cpp epitech load-balancer named-pipes plazza shared-memory socket threads

Last synced: about 21 hours ago
JSON representation

A pizza shop simulation using multi threading and shared memory across processes

Awesome Lists containing this project

README

        

# The Plazza

[![Build Status](https://travis-ci.com/frouioui/plazza.svg?token=XhmJBhJBxshbY6hsWepE&branch=master)](https://travis-ci.com/frouioui/plazza)

The purpose of this project is to realize a simulation of a pizzeria, which is composed of thereception that accepts new commands, of several kitchens, themselves with several cooks, themselves cooking several pizzas. We deal with various problems, including load balancing, process and thread synchronizationand communication.