Previous Topic Next topic Print topic


Overview

When you create a multi-threaded application you need to consider how each program in the application should operate: as a standard COBOL program, as a serial program, or as a reentrant program. Of the three types of program, programs compiled as REENTRANT(1) programs need most attention.

You also to need to consider how to:

You should also be aware of common problems with multi-threaded programming .

Previous Topic Next topic Print topic