No-Steal, Force (Recovery)
Revision as of 07:53, 10 April 2023 by Admin (talk | contribs) (Created page with "{{DISPLAYTITLE:No-Steal, Force (Recovery)}} == 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 t...")
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.