Platform-Independent object migration in CORBA

  • Authors:
  • Rüdiger Kapitza;Holger Schmidt;Franz J. Hauck

  • Affiliations:
  • Dept. of Comp. Sciences, Informatik 4, University of Erlangen-Nürnberg, Germany;Distributed Systems Laboratory, University of Ulm, Germany;Distributed Systems Laboratory, University of Ulm, Germany

  • Venue:
  • OTM'05 Proceedings of the 2005 Confederated international conference on On the Move to Meaningful Internet Systems - Volume >Part I
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Object mobility is the basis for highly dynamic distributed applications. This paper presents the design and implementation of mobile objects on the basis of the CORBA standard. Our system is compatible to the CORBA Life-Cycle–Service specification and thus provides object migration between different language environments and computer systems. Unlike others, our Life-Cycle–Service implementation does not need vendor-specific extensions and just relies on standard CORBA features like servant managers and value types. Our implementation is portable; objects can migrate even between different ORBs. It supports object developers with a simple programming model that defines the state of an object as value type, provides coordination of concurrent threads in case of migration, and takes care of location-independent object addressing. Additionally we seamlessly integrated our implementation with a dynamic code-loading service.