You can expand your application's throughput capacity by taking advantage of RMI, the Java® native remote procedure call (RPC) mechanism. The way the MATLAB® Compiler SDK™ product implements RMI technology provides for automatic generation of interface code to enable components to start in separate processes, on one or more computers, making your applications scalable and adaptable to future performance demands.
You can use RMI in the following ways:
Run a client and server on a single machine
Run a client and server on separate machines
While running on UNIX®, ensure you use :
as
the path separator in calls to java
and javac
.
;
is used as a path separator only on Windows®.