Hacker News new | ask | show | jobs
by tome 1709 days ago
Oh, I think I see. With a queue the failure state is that everything times out. With a stack you risk sacrificing only the oldest requests and keep the newest alive.
1 comments

And you end up not servicing some random sample that get buried in the stack before you can get to them.