Asynchronous Programming Model

If you want to make the applications more scalable, the necessary requisite is adoption of the asynchronous programming model.

However, many developers may find this programming model to be more difficult in comparison to the linear blocking I/O programming.

Another con of the asynchronous programming is the codes tend to become clumsy and the programmers have to depend on the nested calls.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *