nyzoupu / 2PC

Implementation of Two Phase Commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of Two Phase Commit.

2PC Description

good slides.

Description

on implementation details.

README

on how to config and run.

TODO

  • Implement the Termination Protocol among AppServers;
  • Change the communication mode between TM and client: multithread -> event-driven

About

Implementation of Two Phase Commit


Languages

Language:Java 99.6%Language:Shell 0.4%