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 |
What are 5 common problems in the software development process?
What is the use of repository pattern?
Did you use ooa/ood methodologies? Did you use design patterns?
What are the categories in which the design patterns can be divided?
Explain what is good design?
What is the difference between builder and composite?
What three types of components comprise an application design?
How do you choose a design pattern?
What are the advantages of asynchronous architectures?
If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)
Give me example of chain of responsibility design pattern?
Give me example of observer design pattern?