Previous Page Contents Page Next Page

1.7 Synchronous and Asynchronous APPC Calls

On Solaris systems, SNAP-IX provides two alternative entry points to the APPC library:

On Windows systems, SNAP-IX provides three alternative entry points to the APPC library:

For more information about these entry points, see Writing Transaction Programs.

Using the asynchronous entry point enables an application to continue with other processing while waiting for a verb to complete. The application may issue verbs on other APPC conversations, or issue verbs to start new conversations, or it may perform other processing not related to APPC. However, it must not issue other APPC verbs on the same conversation as a previous asynchronous verb, until that verb has completed.

The only exception to this is when the [MC_]RECEIVE_AND_POST verb is outstanding. In these cases, the application can issue a limited range of verbs on the same conversation. For more information, see the following section.

Previous Page Contents Page Top of Page Next page