Home
/
rmi
frequal.com
RSS Feed
RMI System Design: Patterns and Pitfalls
O'Reilly Conference On Enterprise Java
Previous Slide
Next Slide
Remote Interface Granularity
RMI invocations have overhead.
If a large amount of state is to be transferred, prefer a single large invocation (perhaps compressed) to many smaller ones
However, if only portions of the state will be needed by remote side, consider finer-grained functions to access portions of the state.
20
Last modified on 9 Feb 2002 by
AO
Copyright © 2024
Andrew Oliver