What are the advantages of asynchronous architectures?



What are the advantages of asynchronous architectures?..

Answer / guest

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.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Design Patterns Interview Questions

What is single tone design pattern in java?

0 Answers  


What is the use of design patterns?

0 Answers  


Can we make the reference instance non static?

0 Answers  


What is the publish/subscribe model?

1 Answers  


Dd you useuse OOA/OOD methodologies?did you use design patterns?

1 Answers   HP,






What is grouping in CSS?

1 Answers  


What are the most popular design patterns?

0 Answers  


when performing a functional test on a phone calculator,if pressing on a button does not function what do i do next

3 Answers   IBM,


What is the behavioral design pattern?

0 Answers  


What is architecture and what is design?

0 Answers  


Is dependency injection a design pattern?

0 Answers  


Is bean a singleton?

0 Answers  


Categories