Software architecture design for streaming Java RMI

  • Authors:
  • Chih-Chieh Yang;Chung-Kai Chen;Yu-Hao Chang;Kai-Hsin Chung;Jenq-Kuen Lee

  • Affiliations:
  • Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan;Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan;Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan;Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan;Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan

  • Venue:
  • Science of Computer Programming
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

In recent years, network streaming becomes a highly popular research topic in computer science due to the fact that a large proportion of network traffic is occupied by multimedia streaming. In this paper we present novel methodologies for enhancing the streaming capabilities of Java RMI. Our streaming support for Java RMI includes the pushing mechanism, which allows the servers to push data in a streaming fashion to the client site, and the aggregation mechanism, which allows the client site to make a single remote invocation to gather data from multiple servers that keep replicas of data streams and aggregate partial data into a complete data stream. In addition, our system also allows the client site to forward local data to other clients. Our framework is implemented by extending the Java RMI stub to allow custom designs for streaming buffers and controls, and by providing a continuous buffer for raw data in the transport layer socket. This enhanced framework allows standard Java RMI services to enjoy streaming capabilities. In addition, we propose aggregation algorithms as scheduling methods in such an environment. Preliminary experiments using our framework demonstrate its promising performance in the provision of streaming services in Java RMI layers.