Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
An approach to implementing dynamic adaptation in C++
Fleming S., Cheng B., Stirewalt R., McKinley P. ACM SIGSOFT Software Engineering Notes30 (4):1-7,2005.Type:Article
Date Reviewed: Nov 28 2005

The authors describe a software tool they developed to include adaptive behavior in C++ programs, namely, to make a C++ program capable of modifying its behavior at runtime in response to changes in the environment. The authors build on a similar tool they already developed for the Java language; this work describes the similarities and differences between the two tools, as well as the process that led from the Java tool to the C++ one.

They begin by framing the problem of adding adaptive behavior in software applications and discuss its present relevance, due, for example, to the rise of mobile applications; they explain that the main problem consists of introducing adaptive behavior in languages with little or no support for dynamic adaptation. They then describe the adaptive message-handling protocol they developed in the Java version of their tool. They go on to explain how they extended dynamic adaptation to C++, and how structural differences between the two languages gave rise to two radically different tools. This is the core of the paper, with each feature described in detail, supported by diagrams and excerpts of code. In the last section of the paper, the authors apply their tool to a browser system that streams text over a transmission control protocol (TCP) socket. In this way, they are able to monitor socket activity.

This is a technical paper; it is very detailed, and covers all major aspects and issues of dynamic adaptation. The authors are clearly leaders in this field; their writing is authoritative yet clear, and key concepts are marked by references to previous research conducted by them, as well as by other groups. All references are then grouped together at the end of the paper in a very detailed bibliography. Figures and excerpts of code also help explain core concepts.

The main audience for this paper is professional software developers; a strong competence not only in programming, but also in this particular field is recommended to gain full advantage from this paper.

Reviewer:  Andrea Paramithiotti Review #: CR132087 (0606-0617)
Bookmark and Share
  Featured Reviewer  
 
Code Generation (D.3.4 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Code Generation": Date
Attributed linear intermediate representations for retargetable code generators
Ganapathi M., Fischer C. Software--Practice & Experience 14(4): 347-364, 1984. Type: Article
Mar 1 1985
Register Allocation in Optimizing Compilers
Leverett B., University Microfilms Int’l. (UMI), Ann Arbor, MI, 1983. Type: Book (9789780835715300)
Feb 1 1985
Code generation and optimization
Graham S., Cambridge University Press, New York, NY, 1984. Type: Book (9780521268431)
Jul 1 1985
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