Long description

Back

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

  1. A few customers waiting for a table are analogous to requests waiting for available threads.

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

  3. Each bartender is analogous to the Application thread.

  4. The person shopping for grocery is analogous to the database thread.

It functions in the following way:

Back