Skip to content

j3ffreyjohn/cs677_lab3

Repository files navigation

cs677_lab3

Code for Lab 3 (CS677) : Concepts: Replication, Fault Tolerance and Cache Consistency

How to run the Code

The only code file to run is bird.py . Run it as : python bird.py <number_of_pigs> <number_bird_launches> <replicate_or_not>

Example Usage

python bird.py 5 3 0 for a game with 5 pigs and 3 bird launches without replication

python bird.py 5 3 1 for a game with 5 pigs and 3 bird launches with replication

About

Code for Lab 3 (CS677) : Concepts: Replication, Fault Tolerance and Cache Consistency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages