Computer Science, asked by mananchauhan7561, 1 year ago

Synchronous and asynchronous communication in distributed system

Answers

Answered by ultimateasher112
1

Synchronous vs. asynchronous execution. As an application runs, it may generate a message or make a call to a function, microservice or API. In a synchronous execution design, that software sits idle and performs no further action until it receives a return message, value or other data.

Similar questions