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.
The following example uses RMI in the following ways:
Running a client and server on a single machine
Running a client and server on separate machines
Tip
While running on UNIX®, ensure you use
|