CSC 456 Fall 2013/7a ac: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "I made this shit son.")
 
No edit summary
Line 1: Line 1:
I made this shit son.
=Survey of Primitives for Synchronization=
==Assignment==
7a. Survey of primitives for synchronization
Section 7.3 of Solihin covers the need for synchronization at the program level.  It mentions lock and unlock operations.  But real programs do not usually call lock and unlock mechanisms.  Instead, they use higher-level operations, such as Java’s synchronized statement, or Open MP pragmas.  Consider popular languages and common OSs such as Linux, MacOS, and Windows.  How would programs do synchronization in these environments?
==Ideas==
synchronization constucts
 
syncs in clr
semaphores in monitors (how many langs available in?)
a study of behavior of synchronization methods in commonly used languages and systems
cederman et al.
 
==References==
[http://www.cse.chalmers.se/~tsigas/papers/StudySynchronization-IPDPS13.pdf Cederman et al.]

Revision as of 15:49, 8 October 2013

Survey of Primitives for Synchronization

Assignment

7a. Survey of primitives for synchronization Section 7.3 of Solihin covers the need for synchronization at the program level. It mentions lock and unlock operations. But real programs do not usually call lock and unlock mechanisms. Instead, they use higher-level operations, such as Java’s synchronized statement, or Open MP pragmas. Consider popular languages and common OSs such as Linux, MacOS, and Windows. How would programs do synchronization in these environments?

Ideas

synchronization constucts

syncs in clr semaphores in monitors (how many langs available in?) a study of behavior of synchronization methods in commonly used languages and systems cederman et al.

References

Cederman et al.