Lessons on Converting Batch Systems to Support Interaction

Authors: Robert DeLine, Gregory Zelesnik, and Mary Shaw

In Proceedings International Conference on Software Engineering, Boston, Massachusetts, May 1997, pages 195-204.

Download the PostScript or PDF

Abstract

Software often evolves from batch to interactive use. Because these two usage styles are so different, batch systems usually require substantial changes to support interactive use. Specific issues that arise during conversion include assumptions about duration of system execution, incrementaland partial processing, scope of processing, unordered and repeated processing, and error handling. Addressing these issues affects the implementation in the areas of memory management, assumptions and invariants, computational organization, and error handling. We use as a working example our conversion of the batch processor for the UniCon architecture description tool into an interactive architecture development tool. To capture the lessons for practitioners undertaking this type of conversion, we summarize with a checklist of design and implementation considerations.

Keywords: Software evolution, interactive systems, batch systems, re-engineering


Composable Software Systems Research Group in the School of Computer Science at Carnegie Mellon University.

[Last modified 24-Aug-1999.
Mail suggestions to the
Maintainer.]