/2PC

Implementation of Two Phase Commit

Primary LanguageJava

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