Non Blocking ACPs
An ACP is called blocking if the occurrence of some failures forces the DMs to wait until failures are repaired before terminating the transaction.
When a transaction is blocked at the DM, its locks cannot be released. This may lead to system blocking.
Every protocol that tolerates network partitions is bound to be blocking.