OMNIRPC_CALL_ASYNC_BY_HANDLE

Name

OMNIRPC_CALL_ASYNC_BY_HANDLE -- Asynchronous call of function with OmniRpcHandle

Synopsis

integer ireq,ihandle
character*(*) entry_name
          

call OMNIRPC_CALL_ASYNC_BY_HANDLE(ireq, ihandle, entry_name, ...);

Description

Calls the entry_name function on the running remote executable program corresponding to the ihandle created by OmniRpcCreateHandle. entry_name is a string which combines the function name and the "*" character. Probes the end of the function and blocks control by using OMNIRPC_WAIT, OMNIRPC_PROBE, OMNIRPC_WAIT_ALL, OMNIRPC_WAIT_ANY API, all of which are possible whether the function end or not.