Conccurency - Asynchronous Model

Data System Architecture

Conccurency - Asynchronous Model

About

Asynchronous allows an application to issue multiple requests and continue executing while the server performs the request. This type of request can improve an application’s throughput because it allows the application thread to continue with other work while an request operation is in progress.

See Parallel

Asynchronous task are particularly useful for heavy UI elements that aren’t initially visible, like Modals and Panels.

Pro/Cons

Asynchronous operations bring a boost in performance but also some complexity for instance, in

API

Asynchronous APIs can take various forms including:





Discover More
Card Puncher Data Processing
Grammar - Error (Handling)

An error is an exceptional conditions that breaks the normal flow For Shell language that are based on process command, the error management is done via the Error code / exit status For an block,...
Card Puncher Data Processing
What is an Event Loop?

An Event loop is a thread that waits for and dispatches events or messages that may contains: data or runnable code An event loop is also known as: message dispatcher, message loop, message...



Share this page:
Follow us:
Task Runner