首页 > 试题广场 >

Discuss,with examples,how the

[问答题]
Discuss,with examples,how the problem of maintaining coherence of cached data manifests itself in the following processing environments:
a.Single-processor systems
b.Multiprocessor systems
c.Distributed systems
推荐
In single-processor systems,the memory needs to be updated when a processor issues updates to ***d values.These updates can be performed immediately or in a lazy manner.In a multiprocessor system,different processors might be caching the same memory location in its local ***s.When updates are made,the other ***d locations need to be invalidated or updated.In distributed systems,consistency of ***d memory values is not an issue.However,consistency problems might arise when a client ***s file data.
发表于 2018-05-05 21:20:08 回复(0)