Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 10 / Issue 7

available in:   HTML (51 kB) PDF (181 kB) PS (180 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future
 
DOI:   10.3217/jucs-010-07-0824

 

Tactics for Remote Method Invocation

Fernando Magno Quintão Pereira (Computer Science Department, Federal University of Minas Gerais, Brazil)

Marco Tulio de Oliveira Valente (Computer Science Department, Federal University of Minas Gerais, Brazil)

Wagner Salazar Pires (Computer Science Department, Federal University of Minas Gerais, Brazil)

Roberto da Silva Bigonha (Computer Science Department, Federal University of Minas Gerais, Brazil)

Mariza Andrade da Silva Bigonha (Computer Science Department, Federal University of Minas Gerais, Brazil)

Abstract: Conventional object oriented middleware platforms rely on the notion of remote interfaces to describe distributed services. This notation is very similar to the one currently used in centralized systems, which increases the productivity of programming. This paper is founded in the observation that remote interfaces foster a programming model that ignores the differences between local and remote interactions. This can result in distributed applications with poor performance, that are not robust to failures, and that can not scale beyond local networks. Therefore, we propose that remote interfaces should be accompanied by the specification of tactics that deal with typical events in distributed computing, such as concurrency, partial failures and high latencies. The paper proposes a tactics definition language and describes the implementation of a middleware system that supports this language.

Keywords: distributed programming, middleware, tactics definition language

Categories: C.2.4, D.1.5, D.3.3