Home
/
rmi
frequal.com
RSS Feed
RMI System Design: Patterns and Pitfalls
O'Reilly Conference On Enterprise Java
Previous Slide
Next Slide
Equal Peer Pitfalls
In a peer network, accessing to a particular resource can be expensive if the resource isn't directly reachable.
In-peer synchronization. If multiple conversations held simultaneously with multiple peers, internal state access must be synchronized.
Between-peer synchronization. If state must be consistent between peers, either global locking or periodic resynchronization must occur.
14
Last modified on 9 Feb 2002 by
AO
Copyright © 2024
Andrew Oliver