Skip to main content

Design Patterns: Scatter- Gather Pattern

Posted in

 Use a Scatter-Gather that broadcasts a message to multiple recipients and re-aggregates the responses back into a single message.

 

The Scatter-Gather routes a request message to the a number of recipients. It then uses an Aggregator to collect the responses and distill them into a single response message.

 

Read More..

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Syntax highlight code surrounded by the {syntaxhighlighter OPTIONS}...{/syntaxhighlighter} tags.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.