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
How do you choose a design pattern?
Can we make the reference instance non static?
What are the most important software design patterns?
Are you using singleton in your code?
Quartus II software version 6.0 is available for which operating systems (OS)?
What are the categories in which the design patterns can be divided?
What are the 23 design patterns?
What is the difference between builder and composite?
What are the disadvantages of singleton pattern?
Which design pattern is mvc?
Is bean a singleton?
What are the design patterns you know explain?
what is the lazy design pattern?
What non-visual coding tools are available for web design?
Is singleton bean thread safe?