ILE C/C++ Programmer's Guide

Reducing Program Startup Time

When a new ILE program is first called, the system needs to perform some initialization to prepare the program to run. Part of this initialization requires creating an activation group for all of the program storage, resolving all service programs bound to the program, getting program arguments and so on. Several recommendations for improving start-up time can be drawn from these initialization steps:


[ Top of Page | Previous Page | Next Page | Table of Contents ]