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

Dd you useuse OOA/OOD methodologies?did you use design patterns?

1 Answers   HP,


Give me example of observer design pattern?

0 Answers  


Explain Internal Style Sheets?

1 Answers  


what is design patterns? which design patterns mostly used in .net? How it is used with examples?

1 Answers   IBM, Satyam,


What is mvp design pattern?

0 Answers  






What is the publish/subscribe model?

1 Answers  


What is use case in clean architecture?

0 Answers  


In which application lifecycle phases is an application architecture produced?

1 Answers   Microsoft,


What is synchronizer token pattern?

0 Answers  


What are 5 common problems in the software development process?

1 Answers   HP,


What is the use of such a class?

0 Answers  


What is difference between GoF and J2EE patterns?

1 Answers   Accenture,


Categories