资 源 简 介
RipeRMI is a bug-fixed and feature-enhanced fork of the LipeRMI-project which make bi-directional Java RMI easy and straightforward. Our main features include:
Simple, bi-directional RMI (the server can call back client listeners over the same connection)
Cyclic calls supported (server calls client, which again calls the server, which then can call the client again ...)
Interfaces are passed automatically by reference, Serialiable objects by value
Approx. 80% faster than LipeRMI with many bugs and deadlocks fixed (our roundtrip time is between 200-1000µs for calls to localhost, which is manly dominated by the network-layer latency)
For questions, please refer to the JSPF Support Group.
Usage
Creating a server
```
// Create a CallHandler that manages the exported objects
CallHandler callHan