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 is lexi design pattern?
Is dependency injection a design pattern?
What are the types of design patterns?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
Is singleton scope thread safe?
Explain three types of components comprise an application design?
Contact a system development program in your organization. Research how they analyzed their SYSTEM OF INTEREST (SOI), its OPERATING ENVIRONMENT, and their respective system elements. How was this analysis reflected in the SOI architecture?
What is singleton and factory pattern?
Why should we not use singleton pattern?
Using any system, product, or service your organization provides, identify the human system roles for the product.
What are the design patterns you know explain?
What is the builder pattern?
What is the difference between factory and builder design pattern?
Did you use ooa/ood methodologies? Did you use design patterns?
Can we have this pattern implemented using static class?