Engineering Notes
Created by admin on Fri, 06/01/2012 - 16:03
Sub Topic:
Multiprocessor OS
Upload File:
Department:
Chapter Name:
Advanced Operating Systems
Description:
A computer system in which two or more CPUs share full
access to the main memory
Each CPU might have its own cache and the coherence
among multiple cache is maintained
Write operation by a CPU is visible to all other CPUs
writes to the same location is seen in the same order by all
CPUs (also called write serialization)
Add new comment