OMNIRPC_CREATE_HANDLE

Name

OMNIRPC_CREATE_HANDLE -- Execution of remote executable program

Synopsis

integer ihandle
character*(*) host_name, module_name
          

call OMNIRPC_CREATE_HANDLE(ihandle, host_name, module_name);

Description

Executes the remote executable program of the module specified as module_name, on the remote host specified as host_name. It returns the corresponding ihandle. It calls functions on running remote executable programs with OmniRpcCallByHandle. The host_name and module_name have "*" attached to the hostname which is used or to the module. If the host_name has a "*", it selects the appropriate host fro the registered modules, and executes the remote executable program of the module. If the host name or module is incorrect, it sets ihandle as 0.