Answers

Question and Answer:

  Home  Design Patterns

⟩ What are the advantages of asynchronous architectures?

Asynchronous architectures decouple senders and receivers.

This brings about performance advantages for both the sender

and the receiver. The sender is able to even out his

communication traffic over the course of a day. This is

helpful in cases where sender and receiver communicate over

low-bandwidth lengths. The receiver can even out its

processing load by processing the sender's message as time

permits.

 162 views

More Questions for you: