ThesaHelp: references c-d
Topic: file cache
Topic: power fail recovery
Topic: error safe systems
Topic: database consistency and reliability
Topic: security leaks and weaknesses
Topic: testing by program mutation
| |
Reference
Chen, P.M., Ng, W.T., Chandra, S., Asycock, C., Rajamani, G., Lowell, D.,
"The Rio file cache: surviving operating system crashes",
SIGPLAN Notices, 31, 9, pp. 74-83, September 1996.
Google
Other Reference
Proc. 7th International Conference on Architectural Support for Programming Languages and Operating Systems
Quotations
abstract ;;Quote: implement a safe file cache with battery-backed memory
| 75 ;;Quote: a disk is apparently safer than battery-backed memory because it is much harder to change
| 76 ;;Quote: for warm reboot of a file cache, protect a separate registry of file information
| 76 ;;Quote: implement atomic update of metadata information by updating a duplicate page and swapping page pointers when done
| 76 ;;Quote: tested reliability under system crash by injecting faults; random bit flips in kernel; imitate programming errors such as pointer corruption, copy overrun, off-by-one; most crashes happened within 15 seconds
|
Related Topics
ThesaHelp: references c-d (337 items)
Topic: file cache (23 items)
Topic: power fail recovery (6 items)
Topic: error safe systems (75 items)
Topic: database consistency and reliability (15 items)
Topic: security leaks and weaknesses (56 items)
Topic: testing by program mutation (18 items)
|