Long description

Back

The architecture is explained using the workflow of a restaurant in the following way:

  1. Customers waiting for orders at the table are analogous to requests waiting for responses.

  2. A single Bartender serving the requests of all customers is equivalent to a single application thread.

  3. Tasks like mixing drinks, getting groceries, and cooking the meals are delegated to other agents which is analogous to an asynchronous system.

It functions in the following way:

Back