Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frouioui/plazza
- Owner: frouioui
- Created: 2019-04-01T12:46:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T21:37:05.000Z (over 5 years ago)
- Last Synced: 2024-11-23T15:30:20.196Z (2 months ago)
- Topics: cpp, epitech, load-balancer, named-pipes, plazza, shared-memory, socket, threads
- Language: C++
- Homepage: https://frouioui.github.io/plazza/
- Size: 432 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.