Skip to content

1919kiran/Remote-Code-Execution-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Code Execution Framework

Term project for CMPE273 Fall 21

1. Architecture diagram

image

2. Job Distribution

We have made the load balancing algorithms configurable!

Cache Design

image

Algorithms:

1. Least recently used

Allocates the job to the lease recently used node

2. Random allocation

Randomly allocates the job to any of the available nodes

3. Time modulus

Based on the timestamp of the request, jobs are routed to any of the available nodes

3. Auto Scaling

Screenshot 2021-12-02 at 5 33 54 PM

4. Worker implementation

5. Client Implementation and Demo

Health Statistics

image

Code output

image

#1 (comment)

About

Term project for CMPE273 Fall 21

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5