The K Zone, Home

About Me

K View

Projects

Papers

Gallery

Email

 

 

 
 

Evaluation of RMI - Page 1

 

Back to Contents Page

 
 

 

1. Introduction

To evaluate the RMI mechanism in isolation wouldn't really make for a justifiable outcome therefore I intend to evaluate RMI in comparison with an established network mechanism.
A comparative view of the two mechanisms will be presented. This will be performed in two phases:

1. RMI vs RPC - Compares the RMI against a traditional remote process communication mechanism, Remote Process Call (RPC).

2. Comparison of Client/Server Model Implementation - A comparative view of how a client server application is implemented using RMI and a traditional remote mechanism.

This comparative view should provide us with a factual understanding from which we can draw sound conclusions about the RMI mechanism.


Next Page