Home
/
rmi
frequal.com
RSS Feed
RMI System Design: Patterns and Pitfalls
O'Reilly Conference On Enterprise Java
Previous Slide
Next Slide
Equal Peer Patterns
Each peer typically exposes the same functions, which include ones to provide state to requesters and accept state changes.
State-changing functions should be synchronized, since multiple peers could potentially provide state changes at the same time.
13
Last modified on 9 Feb 2002 by
AO
Copyright © 2024
Andrew Oliver