load balancing dispatch
**Load balancing dispatch** is the **dispatch strategy that distributes incoming lots across parallel tools to avoid queue concentration and uneven utilization** - it improves flow stability and reduces local bottleneck buildup.
**What Is Load balancing dispatch?**
- **Definition**: Routing policy that considers current queue depth and workload across equivalent resources.
- **Decision Goal**: Keep parallel tools similarly loaded while respecting qualification and recipe constraints.
- **Inputs Used**: Queue length, predicted processing time, setup state, and tool readiness.
- **System Context**: Common in tool fleets where multiple chambers or tools can process the same operation.
**Why Load balancing dispatch Matters**
- **Queue Smoothing**: Reduces extreme waits caused by uneven lot routing.
- **Utilization Improvement**: Prevents one tool overload while others remain underused.
- **Cycle-Time Stability**: Balanced workload lowers tail latency and variability.
- **Resilience Benefit**: More even distribution absorbs short-term disruptions better.
- **Throughput Support**: Sustained balanced loading improves effective fleet output.
**How It Is Used in Practice**
- **Real-Time Routing**: Update dispatch decisions based on live queue and tool-state telemetry.
- **Constraint Handling**: Respect chamber matching, qualification windows, and maintenance status.
- **Performance Tracking**: Monitor imbalance indices and adjust rule weights accordingly.
Load balancing dispatch is **a key fleet-level scheduling control in fabs** - equitable workload distribution reduces congestion risk and improves overall production efficiency.