CALLing Multiple Programs

With AcuConnect in distributed processing, you can start multiple applications on the server at the same time by invoking multiple instances of the runtime.

In addition, programs that have been CALLed using AcuConnect can CALL other programs on the same server as normal, or on a different server using AcuConnect. For example, program 1 on a client machine can CALL program 2 on Server A. In turn, program 2 can CALL program 3 on Server B, and program 3 could even CALL program 4 on Server C, and so on.

To start multiple programs in this fashion, you must design your application components to perform remote CALLs, then provide the necessary configuration files.

When CALLing multiple programs, be aware of the following: