What are the advantages of asynchronous architectures
Bhasker Das
Asynchronous architectures decouple senders and receivers.This brings about performance advantages for both the senderand the receiver. The sender is able to even out hiscommunication traffic over the course of a day. This ishelpful in cases where sender and receiver communicate overlow-bandwidth lengths. The receiver can even out itsprocessing load by processing the sender's message as timepermits