What are the advantages of asynchronous architectures?
Answer Posted / 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 View All Answers
Can we make the reference instance non static?
What are the examples of the behavioral design patterns?
What are the disadvantages of singleton pattern?
What is the singleton design pattern?
what are the creational design patterns
Give me example of chain of responsibility design pattern?
What is difference between function oriented design and object oriented design?
Can we inherit singleton class?
How did you design your unit tests?What about integration tests?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Explain three types of components comprise an application design?
Is mvc is a design pattern?
What is single tone design pattern in java?
What are the 23 design patterns?
Are singletons bad?