Skip to content

Implemented Two Phase Commit protocol (2PC) from scratch in Golang

Notifications You must be signed in to change notification settings

Veeresh-R-G/2-phase-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2 Phase commit Protocol

Initial Snapshot

Packet table

image

Agent table

image

Firing parallel transactions

image

Number of parallel Transactions fired : 5 (Can be altered)

Final Snapshots

Packet table

image

Agent table

image

About

Implemented Two Phase Commit protocol (2PC) from scratch in Golang

Resources

Stars

Watchers

Forks