Chapter 11. Direct Execution of Remote Program

Table of Contents
The case of direct activation of remote executable program
Setting environment for remote nodes.
API for direct execution of remote program
Program execution
The limitation of direct activation of remote executable programs.

Usually, in OmniRPC we execute remote executable programs via the agent. It is possible to execute directly to specify a remote executable module.

The case of direct activation of remote executable program

Usually in OmniRPC, the client program executes a remote executable program via the agent. Here are some advantages.

In this explanation, without the agent, we introduce a method to execute directly the remote executable module and to call RPCs. If there are remote executable programs for which you know the path in a certain remote host, you can omit registering remote executable programs, and so on. The advantages as are listed below.