News

Partitioning an existing application so it is distributed across multiple CPUs is easy using Java's Remote Method Invocation (RMI). However, RMI must be carefully introduced into existing source code.
RMI is the Java version of what's known as a remote procedure call , but with the additional ability to pass one or more objects along with the request. It enables remote communication between ...