No-Steal, Force (Recovery)

From Algorithm Wiki
Revision as of 08: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.