Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Exclusion requirements and potential concurrency for composite objects
Shanneb A., Potter J., Noble J. Science of Computer Programming58 (3):344-365,2005.Type:Article
Date Reviewed: Jul 13 2006

Composite objects present special problems for concurrency control. If the control is imposed externally to the object, it is likely to be too coarse grained, preventing concurrent executions that would in fact be safe. On the other hand, if the control is imposed internally to the object, it may not be possible, because of information hiding, to reason about the allowable concurrency. This paper seeks to address this problem through the introduction of a notation for expressing exclusion and concurrency. The discussion is restricted to mutexes, read-write locks, and read-write sets, and excludes transaction-based approaches. Exclusion requirements related to accesses to shared objects are internal to a composite object. External to an object, one can talk of concurrency potential, meaning that two operations could be executed concurrently in the object’s environment.

The exclusion requirements are expressed as sets of conflict pairs! on the component interfaces. The language for doing this is quite simple and declarative in nature. The authors establish a calculable Galois connection between the mapping of exclusion requirements outward from the components, and the inward mapping of the potential concurrency, reflecting the object’s environment.

The paper contains two illuminating examples of the approach: one involves the use of different types of locks at different levels, and the other is a graphical user interface server example. These examples provide valuable insight into the potential for the notation for reasoning about concurrency. The paper’s declarative view of concurrency is a useful contribution to an area where more procedural approaches can be difficult to understand.

Reviewer:  J. P. E. Hodgson Review #: CR133073 (0705-0481)
Bookmark and Share
  Featured Reviewer  
 
Concurrent Programming Structures (D.3.3 ... )
 
 
Concurrent Programming (D.1.3 )
 
 
Object-Oriented Programming (D.1.5 )
 
Would you recommend this review?
yes
no
Other reviews under "Concurrent Programming Structures": Date
Wait-free synchronization
Herlihy M. ACM Transactions on Programming Languages and Systems 13(1): 124-149, 1991. Type: Article
Jan 1 1992
Parallel expression in the APL2 language
Willhoft R. IBM Systems Journal 30(4): 498-512, 1991. Type: Article
Dec 1 1993
Actors: a conceptual foundation for concurrent object-oriented programming
Agha G., Hewitt C., MIT Press, Cambridge, MA, 1987. Type: Book (9780262192644)
Jul 1 1989
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy