Home
/
rmi
frequal.com
RSS Feed
RMI System Design: Patterns and Pitfalls
O'Reilly Conference On Enterprise Java
Previous Slide
Next Slide
Polling
Peers or clients periodically request updates.
Is easy to understand.
Tends to allow a simple protocol.
Generally lower performance:
Polls during periods of no state changes merely waste network bandwidth.
Increasing the number of peers increases the amount of requests by the number of polls per change.
However, if number of changes is high, and clients don't need to know of every change, polling can be appropriate.
15
Last modified on 9 Feb 2002 by
AO
Copyright © 2024
Andrew Oliver