Results 101 to 110 of about 241 (143)
Some of the next articles are maybe not open access.
Experiments with multi-protocol RMI in Java
Proceedings of the 2002 joint ACM-ISCOPE conference on Java Grande - JGI '02, 2002Remote Method Invocation is an adaptation of the remote procedure call paradigm for object-oriented environments. RMI allows clients to seamlessly invoke methods of objects within remote servers. Communication between the client and server is based upon an agreed protocol stack that defines connection management rules, message formats, and data ...
Dawid Kurzyniec +3 more
openaire +2 more sources
More efficient serialization and RMI for Java
Concurrency: Practice and Experience, 2000Summary: In current Java implementations, Remote Method Invocation (RMI) is too slow, especially for highperformance computing. RMI is designed for wide-area and high-latency networks, it is based on a slow object serialization, and it does not support high-performance communication networks. The paper demonstrates that a much faster drop-in RMI and an
Philippsen, Michael +2 more
openaire +2 more sources
Atomic RMI 2: distributed transactions for Java
Proceedings of the 6th International Workshop on Programming Based on Actors, Agents, and Decentralized Control, 2016The goal of this tool demo paper is to demonstrate the features of Atomic RMI 2, a system and tool for distributed programming in Java, extending the popular Java RMI system with support for distributed transactions. A distributed transaction can contain arbitrary code, including any operations on remote objects that must be executed atomically ...
Paweł T. Wojciechowski, Konrad Siek
openaire +1 more source
Transparent consistent replication of Java RMI objects
Proceedings DOA'00. International Symposium on Distributed Objects and Applications, 2002The Java Remote Method Invocation (JRMI) specification simplifies the development of distributed Java applications, but provides little support to guarantee reliable, highly-available operation. The Aroma System is middleware that transparently enhances the JRMI model with the mechanisms required for consistent replication of client and server objects.
N. Narasimhan +2 more
openaire +1 more source
1999
The Java1 language introduces new mechanisms allowing many ways to implement distributed objects. These new technologies run over the Internet and more generally over TCP/IP networks. They form a new generation of middleware tools which it is important to study.
openaire +1 more source
The Java1 language introduces new mechanisms allowing many ways to implement distributed objects. These new technologies run over the Internet and more generally over TCP/IP networks. They form a new generation of middleware tools which it is important to study.
openaire +1 more source
Enhancing Java RMI with Asynchrony through Reflection
2009Java RMI’s synchronous invocation model may cause scalability challenges when long duration invocations are targeted. One way of overcoming this difficulty is adopting an asynchronous mode of operation. An asynchronous invocation allows the client to continue with its computation after dispatching a call, thus eliminating the need to wait idle while ...
Orhan Akın, Nadia Erdoğan
openaire +1 more source
Support and optimization of Java RMI over a Bluetooth environment
Concurrency and Computation: Practice and Experience, 2002AbstractDistributed object‐oriented platforms are increasingly important over wireless environments for providing frameworks for collaborative computations and for managing a large pool of distributed resources. Due to limited bandwidths and heterogeneous architectures of wireless devices, studies are needed into supporting object‐oriented frameworks ...
Pu-Chen Wei +3 more
openaire +1 more source
Grid Programming with Java, RMI, and Skeletons
2007We have addressed the challenging problem of software design for heterogeneous grids, using a repository of reusable algorithmic patterns called skeletons, that are executed remotely on high- performance grid servers. While the use of skeletons in the parallel setting is an active research area, their application for grid systems is a new, intriguing ...
Sergei Gorlatch, Martin Alt
openaire +1 more source
1999
Verteilte Objekte konnen nicht ohne Probleme uber Firewall-Grenzen hinweg angesprochen werden. Um dies dennoch zu ermoglichen, konnen unterschiedliche Techniken eingesetzt werden. In diesem Beitrag werden die auftretenden Probleme erlautert und Losungsansatze vorgestellt.
openaire +1 more source
Verteilte Objekte konnen nicht ohne Probleme uber Firewall-Grenzen hinweg angesprochen werden. Um dies dennoch zu ermoglichen, konnen unterschiedliche Techniken eingesetzt werden. In diesem Beitrag werden die auftretenden Probleme erlautert und Losungsansatze vorgestellt.
openaire +1 more source
Java RMI performance and object model interoperability: experiments with Java/HPC++
Concurrency: Practice and Experience, 1998Java RMI provides an elegant and powerful model for invoking member functions on objects that exist in remote address spaces. Unfortunately, it is a Java-to-Java communication model, and in many of the scientific applications we would like Java objects to interact with modules written in C++ or Fortran.
Fabian Breg +5 more
openaire +1 more source

