Synchronous applications

Synchronous applications are programs that can process events, requests, and tasks sequentially with an order, and where one needs to finish in order for another to begin:

As shown in the preceding diagram, an asynchronous application will process one request after another, meaning any requests coming simultaneously will be forced to wait until the initially received request has finished processing. These sort of applications have their pros and cons, for example, in GUI frameworks such as Java Swing.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.137.188.201