In what cases are synchronous architectures more appropriate
than asynchronous architectures?
Answer Posted / guest
Synchronous architectures are more appropriate than
asynchronous architectures in applications where the sender
and receiver must participate in a message exchange, and the
sender must respond to the receiver in a limited time frame.
An example of this is credit card authorization. The sender
needs a response within a short time to complete a
electronic commerce transaction and to notify a user that
his purchase has been completed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the most important software design patterns?
What are useful tools for developing and testing color schemes for web sites?
What is the use of design patterns?
What are the disadvantages of singleton pattern?
What is the difference between builder and composite?
What is the prototype design pattern?
What is the use of such a class?
What are the examples of the behavioral design patterns?
Why is singleton used?
Is bean a singleton?
What are the 23 design patterns?
What non-visual coding tools are available for web design?
What are the categories in which the design patterns can be divided?
Why singleton beans are not thread safe?
Is singleton scope thread safe?