A distributed execution environment for shared Java objects


Erdogan N., Selcuk Y., Sahingoz O.

INFORMATION AND SOFTWARE TECHNOLOGY, cilt.46, sa.7, ss.445-455, 2004 (SCI-Expanded) identifier identifier

  • Yayın Türü: Makale / Tam Makale
  • Cilt numarası: 46 Sayı: 7
  • Basım Tarihi: 2004
  • Doi Numarası: 10.1016/j.infsof.2003.09.017
  • Dergi Adı: INFORMATION AND SOFTWARE TECHNOLOGY
  • Derginin Tarandığı İndeksler: Science Citation Index Expanded (SCI-EXPANDED), Scopus
  • Sayfa Sayıları: ss.445-455
  • İstanbul Teknik Üniversitesi Adresli: Hayır

Özet

This paper discusses the implementation of a distributed execution environment, DJO, which supports the use of shared Java objects for parallel and distributed applications and provides the Java programmer with the illusion of a network-wide shared object space on loosely coupled distributed systems. DJO supports shared objects through an implementation of multiple reader/single writer write-invalidate DSM protocol in software, providing the shared memory abstraction at object granularity. Object distribution and sharing are implemented through the replication mechanism, transparently to application. The system enforces mutual consistency among replicas of an object. The main benefits of DJO are enhanced availability and performance due to the replicated object model and easier application design, as the underlying software takes care of distribution and memory consistency issues. (C) 2003 Elsevier B.V. All rights reserved.