Handling in-transit references
Before returning from a remote invocation:
- The stub must guarant that all dirty messages corresponding
to parameter references have been received.
- The stub must guarant that all dirty messages corresponding
to the returned value have been received.
- clean messages can be sent later.
- The easy way to protect in-transit references is sending the
dirty calls synchronously.
- 6 -