


The runtime started by AcuConnect on the server in response to a CALL is kept running until a "stop run" is encountered on the client. This has the effect of maintaining any items in memory on the server machine until the client program is shut down.
One exception to this is in the case of an asynchronous CALL where the server runtime stops after a successful CALL using "C$ASYNCPOLL ." In this case, the runtime on the server is immediately shut down.
Another exception is in response to a CANCEL command (see "Terminating the Remote Application " for more information).