┌─────────────────┐ │Incoming requests│ ├─────────────────┤ └─────────────────┘ | | ┌──────────────┐ │load balancing│ ├──────────────┤ └──────────────┘ ┌───────────┐ ┌───────────┐ │Main thread│ │Main thread│ ├───────────┤ ├───────────┤ └───────────┘ └───────────┘ | | ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ ┌───────────────┐ │Worker thread 1│ │Worker thread 2│ │Worker thread 3│ │Worker thread 4│ ├───────────────┤ ├───────────────┤ ├───────────────┤ ├───────────────┤ └───────────────┘ └───────────────┘ └───────────────┘ └───────────────┘