/Two-Phase-Commit-Protocol

This is a simple implementation of the two-phase commit protocol. It is a distributed transaction management protocol that ensures that a transaction can be committed or rolled back across multiple distributed resources.

Primary LanguagePython

No issues in this repository yet.