0
48kviews
What is cache coherence problem and how it can be solved.

What is cache coherence problem and how it can be solved. Please explain

1 Answer
7
1.3kviews

For higher performance in a multiprocessor system, each processor will usually have its own cache. Cache coherence refers to the problem of keeping the data in these caches consistent. The main problem is dealing with writes by a processor.

There are two general strategies for dealing with writes to a …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.