A Java Library for Implementing Distributed Active Object Systems (Special Section on Concurrent Systems Technology)
スポンサーリンク
概要
- 論文の詳細を見る
Most distributed systems are based on either the C/S (Client/Server) model or the P-to-P (Peer to Peer) model. In C/S based distributed systems, a client invokes a server and waits for the server reply. Because of this sequential nature, C/S based distributed systems can be implemented by the RPC (Remote Procedure Call) scheme. Most tools for developing distributed objects are based on the RPC scheme. Whereas, in P-to-P based distributed systems, each distributed objects work concurrently, by exchanging asynchronous messages, without waiting for the receiver's action. To implement these P-to-P distributed systems, the RPC scheme is not powerful enough, and the active object model using asynchronous messages is suitable. This paper explains the pure Java library CAPE for developing P-to-P based distributed activ3 object systems.
- 社団法人電子情報通信学会の論文
- 2000-11-25
著者
関連論文
- SOOM: Scalable Object-Oriented Middleware for Cooperative and Pervasive Computings(Networks Software)
- Cluster Replication for Distributed-Java-Object Caching(Computation and Computational Models)
- Optimization of Program Loading by Object Class Clustering
- Optimization of Program Loading by Object Class Clustering
- A Java Library for Implementing Distributed Active Object Systems (Special Section on Concurrent Systems Technology)
- Multi-Server OS for Control Systems : Its Structure and InterTask Messaging Efficiency, Vol.J86-B,No.3, pp.376-384