Giter Site home page Giter Site logo

foodfactory's Introduction

foodfactory

food factory implementation

the implementation has 3 main elements, assembly lines, ovens and storage units. all of these elements are managed by Orchestrator threads.

The assembly line orchestrator thread starts 1...n assembly line threads with each one of them having a scheduled task to create new products over a period of time, in order to simulate the creation of new products on a real assembly line after a period of time the head product in the line queue is marked as READY_TO_COOK, and sent to the oven thread to cook it.

If the oven orchestrator thread can't find a suitable oven, it is sent back to the originating assembly line, which then checks for storage space, if there's none available, the line is paused for some seconds

At the same time, the storage orchestrator thread checks for the used storage and attemps to cook the stored products.

The oven orchestrator thread checks if any products are already cooked in it's associated ovens, and if so, it's sent back to the originating line wich will redirect it to the associated end assembly line where coocked products are queued.

check the console output to follow the factory operation in a detailed manner.

note: as I ran out of time i left obvervations along the code to explain how some things should be implemented in a real scenario

foodfactory's People

Contributors

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