Top Message
Top Message
Back to Home Page  |  Settings   |  Sign In
Web Education
Viewing 1-3 of 3 total results
Cache (computing) - Wikipedia
When a system writes data to cache, it must at some point write that data to the backing store as well. The timing of this write is controlled by what is known as the write policy.There are two basic writing approaches: Write-through: write is done synchronously both to the cache and to the backing store.; Write-back (also called write-behind): initially, writing is done only to the cache....
 A Coherent Distributed File Cache with Directory Write-Behind
A Coherent Distributed File Cache with Directory Write-Behind Mann, Birrell, Hisgen, Jerian, Swart 1993, SRC TR and ToCS why are we reading this paper? it talks about consistency for a distributed system it focuses on crash-recovery semantics of use to apps it explores an alternate approach to logging it provides an efficient way to get those ......
Readings | Distributed Computer Systems Engineering ...
Hagmann, Robert. "Reimplementing the Cedar File System Using Logging and Group Commit." ACM Operating Systems Review, SIGOPS 21, no. 5 (1987): 155-162. 8: Cache consistency and locking: Mann, Timothy, et al. "A Coherent Distributed File Cache With Directory Write-behind." ACM Transactions on Computer Systems 12, no. 2 (May 1994): 123-164. (Read ......