nahzor / funnel-replication-algorithm-with-crash-recovery

Funnel Replication algorithm implementation with support for crash recovery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FR-Algorithm-With-Crash-Recovery

How to run this applicaiton:

The main file in the folder p2ms should be run first. The program would ask for a port number to run the master server and this value needs to be provided.

After running the master server, 5 servers should be run from the main.java file in the folder p2s. The program would require 4 inputs, the file to be modified and the port numbers for the servers that communicate with the master server, the client and the other peer servers.

After this, the client program can be run. This can be run from the java file in the folder p2c. The program requires inputs : Client ID, Port to run a server that receives crash notifications from the server and a message that needs to be written to the file.

Reference: http://www.ymsir.com/papers/fr-ladis.pdf

About

Funnel Replication algorithm implementation with support for crash recovery.


Languages

Language:Java 100.0%