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 are the languages used in the design pattern?

0 Answers  


What are the advantages of thin clients?

1 Answers  


What are the examples of the behavioral design patterns?

0 Answers  


what are the creational design patterns

0 Answers   Infosys,


What is the use of repository pattern?

0 Answers  






What are sequence diagrams, collaboration diagrams and difference between them ?

8 Answers   ACET, CT, CTS, Infosys,


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

1 Answers   HP,


Explain the singleton, facade, or handle class design pattern?

2 Answers   ABC,


What are the types of participants of the prototype design pattern you will get?

0 Answers  


How can we design/implement singleton object?

3 Answers   HP,


What is Software development life cycle....??

5 Answers   TCS,


What are the most important software design patterns?

0 Answers  


Categories