Fine tuning of the multiplexing facilities of Java's Remote Method Invocation

  • Authors:
  • Pablo Basanta-Val;Marisol García-Valls;Iria Estévez-Ayres;Jorge Fernández-González

  • Affiliations:
  • Dpto. de Ingeniería de Telemática/Universidad Carlos III de Madrid, Leganes, Spain;Dpto. de Ingeniería de Telemática/Universidad Carlos III de Madrid, Leganes, Spain;Dpto. de Ingeniería de Telemática/Universidad Carlos III de Madrid, Leganes, Spain;Dpto. de Ingeniería de Telemática/Universidad Carlos III de Madrid, Leganes, Spain

  • Venue:
  • Concurrency and Computation: Practice & Experience
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

The proliferation of a new generation of distributed real-time embedded systems (DRE) characterized by special restrictions on its storage capacities, its available computation time, and the messages they can send through the network suggests a comprehensive redesign of the current distribution infrastructure in order to tune its performance. In this changing panorama, the paper concerns one of the protocols, Java's Remote Method Protocol (JRMP), used nowadays to interconnect different nodes of a distributed Java system, and explores the cost of integrating an improved protocol-level multiplexing strategy in the context of an end-to-end remote invocation. The new multiplexing strategy helps middleware manage more efficiently unscheduled invocations that appear at runtime generated from a certain client node, especially in cases where preallocation of resources or dimensioning for the worst-case are techniques not plausible. To this end, the paper examines an alternative based on the definition of a new subprotocol, called ConnectionLess, which offers built-in multiplexing facilities for distributed Java applications. The performance of the new subprotocol is compared against the three already defined by JRMP (namely SingleOp, Stream, and Multiplex), taking into consideration parameters such as memory consumed in the Java's virtual machine and end-to-end response times. Copyright © 2011 John Wiley & Sons, Ltd.