Hacker News new | ask | show | jobs
by yuliyp 331 days ago
I guess I'd thought of head-of-line-blocking as the delay from a slow request stalling subsequent ones beyond the throughput limits of the system: i.e. a slow-to-parse request causes other cheap requests to wait.
1 comments

Everything in a queue is subject to head-of-line blocking by definition; it's really a question of whether the wait time meets your requirements.