What does Request queueing mean in inference serving?
Request queueing is the wait between server arrival and admission to model execution. That delay is part of user-visible time to first token but not model compute. Servers timestamp arrival, admission, and cancellation boundaries separately from model phases. Queue limits, timeouts, and backpressure define what happens when demand exceeds capacity.