Results 11 - 20
of
549
Implementing Asynchronous Remote Method Invocation in Java
, 1999
"... Java's Remote Method Invocation is an example of a synchronous communication mechanism with a well defined protocol. Many software systems require more flexibility in their communication mechanisms, including asynchronous communication and delayed referencing of objects (Futures). This paper ..."
Abstract
-
Cited by 24 (2 self)
- Add to MetaCart
Java's Remote Method Invocation is an example of a synchronous communication mechanism with a well defined protocol. Many software systems require more flexibility in their communication mechanisms, including asynchronous communication and delayed referencing of objects (Futures
Efficient Implementations of Java Remote Method Invocation (RMI)
- In Proc. of the 4th Conf. on ObjectOriented Techniques and Systems
, 1998
"... Java and the Remote Method Invocation (RMI) mechanism supported by it make it easy to build distributed applications and services in a heterogeneous environment. When the applications are interactive and require low response time, efficient implementations of RMI are needed. We explore both transpor ..."
Abstract
-
Cited by 17 (2 self)
- Add to MetaCart
Java and the Remote Method Invocation (RMI) mechanism supported by it make it easy to build distributed applications and services in a heterogeneous environment. When the applications are interactive and require low response time, efficient implementations of RMI are needed. We explore both
Remote Batch Invocation for Compositional Object Services
"... Abstract. When building distributed object systems, designers use Data Transfer and Remote Façade patterns to create large-granularity interfaces. They must hard-code support for particular client use cases because Remote Procedure Calls (RPC) do not compose efficiently. As an alternative to RPC-bas ..."
Abstract
-
Cited by 12 (6 self)
- Add to MetaCart
Abstract. When building distributed object systems, designers use Data Transfer and Remote Façade patterns to create large-granularity interfaces. They must hard-code support for particular client use cases because Remote Procedure Calls (RPC) do not compose efficiently. As an alternative to RPC
Rover: A Toolkit for Mobile Information Access
, 1995
"... The Rover toolkit combines relocatable dynamic objects and queued remote procedure calls to provide unique services for "roving" mobile applications. A relocatable dynamic object is an object with a well-defined interface that can be dynamically loaded into a client computer from a server ..."
Abstract
-
Cited by 209 (5 self)
- Add to MetaCart
The Rover toolkit combines relocatable dynamic objects and queued remote procedure calls to provide unique services for "roving" mobile applications. A relocatable dynamic object is an object with a well-defined interface that can be dynamically loaded into a client computer from a server
PJRMI: Remote Method Invocation for a Persistent System
- In Proceedings of the International Symposium on Distributed Objects and Applications (DOA'99
, 1999
"... This paper describes PJRMI: support for remote method invocation in the context of the object-oriented, orthogonally-persistent system of the PJama project. It examines the issues raised by combining orthogonal persistence with distribution. An evaluation is made of the current implementation and an ..."
Abstract
-
Cited by 3 (0 self)
- Add to MetaCart
and an indication is made of the challenges ahead. 1. Introduction Remote method invocation (RMI) is the object-oriented equivalent of RPC, the well-known procedural model of inter-process communication [5]. Java RMI is an example of an RMI implementation [18]. It supports the calling of a method of an object
Procedure-level Authorization for Java Remote Method Invocation Using SSL
"... Due to the encapsulation of the RMI transport layer, methods invoked over RMI lose access to the sockets through which their particular instances were called. This prevents subroutines from first verifying the credentials of their caller to authorize each particular invocation. We present a techniqu ..."
Abstract
- Add to MetaCart
Due to the encapsulation of the RMI transport layer, methods invoked over RMI lose access to the sockets through which their particular instances were called. This prevents subroutines from first verifying the credentials of their caller to authorize each particular invocation. We present a
Indirect Calls: Remote Invocations on loosely coupled Systems
, 1996
"... Integration of Mobile computers into Worldwide networks is traditionally managed by hosting them into the fixed network. We argue that this approach excludes some important forms of interaction. We present a communication mechanism, suitable for developing applications that take advantage of transie ..."
Abstract
-
Cited by 1 (0 self)
- Add to MetaCart
Integration of Mobile computers into Worldwide networks is traditionally managed by hosting them into the fixed network. We argue that this approach excludes some important forms of interaction. We present a communication mechanism, suitable for developing applications that take advantage
Efficient Implementation of Java Remote Method Invocation (RMI)
, 1998
"... Java and the Remote Method Invocation #RMI# mechanism supported byitmakeit easy to build distributed applications and services in a heterogeneous environment. When the applications are interactive and require low response time, e#cient implementations of RMI are needed. We explore both transport le ..."
Abstract
- Add to MetaCart
Java and the Remote Method Invocation #RMI# mechanism supported byitmakeit easy to build distributed applications and services in a heterogeneous environment. When the applications are interactive and require low response time, e#cient implementations of RMI are needed. We explore both transport
Modules, Objects and Distributed Programming: Issues in RPC and Remote Object Invocation
- Software -- Practice & Experience
, 1991
"... data types Remote procedure call 1. ..."
GrADSolve - a Grid-based RPC system for Remote Invocation of Parallel Software
- Journal of Parallel and Distributed Computing
, 2003
"... Although the existing Remote Procedure Call (RPC) systems provide adequate sup- port for remote execution of sequential software, the support for remote invocation of parallel software is fairly limited. Some RPC systems support parallel execution of software routines with simple modes of parallelis ..."
Abstract
-
Cited by 2 (0 self)
- Add to MetaCart
Although the existing Remote Procedure Call (RPC) systems provide adequate sup- port for remote execution of sequential software, the support for remote invocation of parallel software is fairly limited. Some RPC systems support parallel execution of software routines with simple modes
Results 11 - 20
of
549