In what cases are synchronous architectures more appropriate
than asynchronous architectures?
Answer / 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 |
How do you ensure quality of code ?
How did you design your unit tests?What about integration tests?
What are useful tools for developing and testing color schemes for web sites?
What skills do you think are necessary for a UI UX Designer?
Which design pattern is mostly used in net?
How do you choose a design pattern?
What is the difference between proxy and adapter?
What tools do you use for Prototyping?
What is onion architecture?
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 are the categories in which the design patterns can be divided?
What are the benefits of the proxy in the design pattern?