contents.gifindex.gifprev1.gifnext1.gif

Synchronous vs. Asynchronous CALLs

By default, AcuConnect performs synchronous CALLs to remote applications--that is, the client application CALLs the remote application, then waits idly for a response back from the server. Only when the client receives a response from the server does the client application continue processing.

To perform asynchronous CALLs, you can CALL the C$ASYNCRUN library routine along with the remote application name. This routine is installed during normal AcuConnect installation.

See Also

con90002.gif CALLing C$ASYNCRUN

con90002.gif CALLing C$ASYNCPOLL