Sciweavers

INFSOF
2000

Performance comparison of CORBA and RMI

13 years 4 months ago
Performance comparison of CORBA and RMI
Distributed object architectures and Java are important for building modern, scalable, web-enabled applications. This paper is focused on qualitative and quantitative comparison of two distributed object models for use with Java: CORBA and RMI. We compare both models in terms of features, ease of development and performance. We present performance results based on real world scenarios that include single client and multi-client configurations, different data types and data sizes. We evaluate multithreading strategies and analyse code in order to identify the most time consuming methods. We compare the results and give hints and conclusions. We have found that because of its complexity CORBA is slightly slower than RMI in simple scenarios. On the other hand CORBA handles multiple simultaneous clients and larger data amounts better and suffers from far lower performance degradation under heavy client load. The article presents a solid basis for making a decision about the underlying dis...
Matjaz B. Juric, Ivan Rozman, Marjan Hericko
Added 18 Dec 2010
Updated 18 Dec 2010
Type Journal
Year 2000
Where INFSOF
Authors Matjaz B. Juric, Ivan Rozman, Marjan Hericko
Comments (0)