Asynchronous Communication Patterns
Asynchronous communication requires effective reporting mechanisms for operations. The result callback allows clients to continue processing while waiting for a response, whereas the poll object maintains a regular control flow by requiring the client to check for results. These patterns are foundational for building robust remoting infrastructures and understanding existing middleware systems.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 10: Remoting Pt. 2
Related Questions