Concept · 1 episode(s)

Admission Control

← all concepts

Definition

Admission control is the policy that decides which incoming requests a system will accept and which it rejects or queues, with the goal of keeping the accepted set within the system’s capacity. Done well, it preserves latency and goodput for served traffic; done poorly, the system thrashes and everyone’s requests get slow at once.

Episodes covering this