Giter Club home page Giter Club logo

dancing-disco-machines's Introduction

dancing-disco-machines

There can only be 0001 machine on the dance floor!

Goal

Solve the mutex problem on distributed systems.

Distributed systems and network 101

Have at least 1-4 machines running the application, who can be dancing (processing) individually. However, all of them want to be on the spotlight and dance it out on the dance floor.

Notes about the system

On the Driver class, the first process that must run is the leader. This means that the boolean on the NodeApplication class must be set to true.

new NodeApplication(4040, true);

The remaining processes running on other machines must run with the boolean set to false.

new NodeApplication(4040, false);

About

This is a small project for ADVANOS Term 2, Academic Year 2014-2015. By Kristine Kalaw, Kyle Dela Cruz, and Darren Karl Sapalo.

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.