Skip to content

mbottone/two_phase_commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Two Phase Commit Protocol Project
Advanced Distributed Systems - CSCI 8780
Fall 2015
Michael Bottone

Description:

	See - http://cobweb.cs.uga.edu/~laks/ADCS-2015-Fall/Programming-Project.pdf

	This is a system that makes use of a coordinator and two participants to set up a two phase commit protocol for a ticket booking system. The coordinator is in charge of booking tickets for a hotel and concert. All nodes implement a Communication substrate to communicate with each other and a failure recovery process.

Usage:

	There are makefiles in both the participant and coordinator folders.

	Coordinator:
		make compile
		make run
		make clean

	Participant:
		make compile
		make hotel
		make concert
		make clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published