CSC/ECE 506 Spring 2012/9a mm: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 1: Line 1:


== Reducing Locking Overhead ==
== Reducing Locking Overhead ==
Thread
Thread synchronization in a multiprocessor environment seeks to ensure memory consistency during concurrent execution.  Several mechanisms exist to address synchronization challenges and are all fundamentally based on

Revision as of 19:29, 31 March 2012

Reducing Locking Overhead

Thread synchronization in a multiprocessor environment seeks to ensure memory consistency during concurrent execution. Several mechanisms exist to address synchronization challenges and are all fundamentally based on