No-Steal, Force (Recovery)

From Algorithm Wiki
Jump to navigation Jump to search

Description

Recovery is the process of reverting back to a safe state prior to a system failure.

With a No-Steal/Force policy, the recovery algorithm will never write uncommited data to memory, but will force all commits to memory.

Related Problems

Related: Steal, No-Force

Parameters

$n$: number of transactions before crash

Table of Algorithms

Currently no algorithms in our database for the given problem.