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 you explain singleton pattern?
What is the difference between factory and strategy design pattern?
Explain what are 5 common problems in the software development process?
What is a lazy initialization in singleton?
Can we have this pattern implemented using static class?
What are the types of design patterns?
What is the use of design patterns?
How did you design your unit tests?What about integration tests?
Why is singleton bad?
4. Identify and bound the SOI’s Operating Environment.
What are the most popular design patterns?
What is the design pattern?
What are useful tools for developing and testing color schemes for web sites?
Is mvc is a design pattern?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?