In what cases are synchronous architectures more appropriate
than asynchronous architectures?



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

Post New Answer

More Design Patterns Interview Questions

What is the difference between factory and strategy design pattern?

0 Answers  


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.)

1 Answers  


What are the most important software design patterns?

0 Answers  


What is the difference between 3 tier and n tier architecture?

0 Answers  


5.Develop an entity relationships diagram that identifies physical entity relationships.

0 Answers  






What is difference between function oriented design and object oriented design?

0 Answers  


Explain the singleton, facade, or handle class design pattern?

2 Answers   ABC,


Can you explain singleton pattern?

0 Answers  


Explain what are 5 common problems in the software development process?

0 Answers  


What are the benefits of the proxy in the design pattern?

0 Answers  


what are design patterns..?what design patterns used in .net.

1 Answers  


In what cases are synchronous architectures more appropriate than asynchronous architectures?

1 Answers   Wipro,


Categories