Asynchronous process is one where one can move to another activity before the previous activity finishes. This way, with asynchronous processes one is able to deal with multiple requests simultaneously, thus completing more tasks in a much shorter period of time.
Synchronous process is one where activities are performed one at a time and only when one is completed, the following activity can be worked upon. In other words, you need to wait for a task to finish to move to the next one.
An application-oriented question on the topic along with responses can be seen below. The best answer was provided by Mohamed Asif on 8th Aug 2022.
Applause for all the respondents - Piyush Jain, Rahul Arora, Mohamed Asif, Soji Sam.
Create an account or sign in to comment