Chapter 1-4: Understanding Process Design Cover Page 1-04:Process Components1-04:The Sequence of Operation

Preparing for Runtime


When you choose to run a process after initially defining or modifying it, APPX needs to prepare it for operation. During this preparation step, called compilation, the system translates the source specifications into detailed instructions that optimize runtime performance. This translated format of a process is called an executable module, abbreviated as EM. Because each process has its own EM, usually only a small portion of an application needs recompilation at runtime. APPX is designed so that you can immediately invoke a new or modified process without having to execute a separate step to compile it. Whenever you choose to run a process, APPX automatically determines whether compilation is required by checking all referenced components in the application, including the data dictionary, to see if any changes have been made since the last compilation. If changes are detected, the system recompiles the process and creates a new executable module; if not, the system uses the current executable module.

The system also processes the data dictionary specifications into an executable format. The dictionary operates differently from processes, and requires a separate processing step. If you make any changes to the data dictionary specifications, APPX will process them before executing any process that references modified dictionary components. A separate step is provided to allow you to process the dictionary and to coordinate other related design activities, such as file restructuring.

 

APPX Application Design Manual (01/13/03) Cover Page 1-04:Process Components1-04:The Sequence of Operation

© 2003 by APPX Software, Inc. All rights reserved