Stale Data
-
Copies of data can be in
-
data cache
-
main memory
-
disk (virtual memory)
-
Stale data occurs when these copies are not consistent.
-
Two problems with stale data:
-
CPU may not read the most recently input data since the cache
may not be updated after an I/O input operation.
-
An I/O operation may not output the correct data because memory
is not up-to-date.
|