Distributed Ref Count

Indirect Reference Count


Use two pointers
One for the object (Root)
One for the site sending the reference (Parent)
An inverse tree is built
Only Decrement messages are needed


- 20 -