Fifth International World Wide Web Conference
Object Migration Scenario
- Consider a system partitioned into S spaces
- An object, O, resides at one of the spaces, Ssource
- R spaces contain a reference to O
- N spaces contain name-servers which refer to O
- Reference holder on space Smigrator sends a message to Ssource instructing O to migrate to Sdestination
- Assumptions
- R and N are disjoint sets
- Smigrator is not equal to Ssource which is not equal to Sdestination
- communication achieved using unicast RPC with at-most-once semantics
Fixing the "Broken-Link" Problem:
(D.Ingham,S.Caughey,M.Little)