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
What is factory method in design pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What is proxy in design pattern?
What are the additional productivity features and enhancements included with Quartus II software version 6.0?
What is the creational design pattern?
What is the builder pattern?
5.Develop an entity relationships diagram that identifies physical entity relationships.
What is aop design?
Can we have this pattern implemented using static class?
What are structural design patterns?
Give me example of chain of responsibility design pattern?
How did you design your unit tests?What about integration tests?
Are you using singleton in your code?
What is the difference between 3 tier and n tier architecture?
Is dependency injection a design pattern?