Open Multithreaded Transactions: A Transaction Model for Concurrent Object-Oriented Programming
Jorg KienzleBooks.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
This book investigates how transactions can be integrated with concurrent object-oriented programming, and how transactions can be made available to an application programmer at the programming language level.
The book gives a detailed overview of existing transaction models, and analyzes their suitability for concurrent programming languages. A new transaction model named "Open Multithreaded Transactions" is presented. It provides features for controlling and structuring not only access to objects, as usual in transaction systems, but also threads taking part in transactions. Integration with exception handling makes open multithreaded transactions ideal building blocks for fault-tolerant applications.
The book also describes the design of an object-oriented framework providing the necessary run-time support for open multithreaded transactions. Procedural, object-oriented and aspect-oriented interfaces for the application programmer are presented. Programming examples include code in Ada, Java and AspectJ.
Synopsis
Kienzle ( McGill University) develops a new open multithreaded transactions model that supports the cooperative and competitive concurrency found in modern programming languages, and provides features for controlling and structuring not only access to objects, but also threads taking part in transactions. He also presents an object-oriented framework called the open transaction integration for multithreaded applications (Optima) based on design patterns. The second half of the book explores the implementation of Ada 95 in the Optima framework, the interface between the Ada programmer and the transaction framework, and the design of a online auction system. Annotation ©2004 Book News, Inc., Portland, OR