Research Article

Deco: A Decentralized, Cooperative Atomic Commit Protocol

Algorithm 3

Behavior of .
TPTRN is the set of participants, , , .
dblist contains the set of state vectors of all .
void main() {
 Result result = null;
 While (result != “S_TCd”) {
   Generate a new id for a request, and a new token;
   Deliver token to until successful.
   Wait for ;
 }
 Return result;
}