Code Monkey home page Code Monkey logo

rm-sim's Introduction

rm-sim

Rate-Monotonic Scheduler simulation

Link

Task details

  • Thread T1 has a period of 1 unit
  • Thread T2 has a period of 2 units
  • Thread T3 has a period of 4 units
  • Thread T4 has a period of 16 units
  • Each thread will execute the same doWork method but run it a different number of times:
    • Thread T1 executes doWork 100 times
    • Thread T2 executes doWork 200 times
    • Thread T3 executes doWork 400 times
    • Thread T4 executes doWork 1600 times

Scheduler details

  • Scheduler has a major frame of 16 frames.
  • as a Rate-monotonic scheduler, T1 has the highest priority, as T4, lowest.
  • Scheduler needs to be woken up by a periodic source (signal/timer/etc) and it shall schedule the threads
  • The program shall run for 10 periods and then terminate, but not before printing out how many times each thread ran
  • The scheduler takes and releases semaphores so that each thread may run at its assigned time, according to its priority
  • The thread then releases a flag only if the "doWork" function is completed, which marks the completion
  • If the next thread must run and the flag is not up, semaphore is taken and overrun count is +1

Results

Results

References

rm-sim's People

Watchers

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