Three-phase commit protocol: Difference between revisions

Content deleted Content added
Disadvantages: Removing self referential link, the reference was pointing to its own containing article
Line 22:
 
==Disadvantages==
[[Three-phase commit]] assumes a network with bounded delay and nodes with bounded response times; In most practical systems with unbounded network delay and process pauses, it cannot guarantee atomicity. The other drawback of the protocol is it requires at least three round trips to complete, needing a minimum of three round trip times (RTTs). This is potentially a long latency to complete each transaction.
 
==References==