ContentsIndexPreviousNext

2.3 Synchronous or Asynchronous Execution?

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.

More:

2.3.1 CALLing C$ASYNCRUN

2.3.2 CALLing C$ASYNCPOLL