Skip to content

Comment on The most important thing to understand about queues (2016)parent

Comments

Some more:

Processing capacity might not be constant. If you're in a cloud, maybe you can launch more processing power as queue length increases.

Multiple items in the queue might be satisfiable by the same processing, e.g. multiple requests for the same item. In that case, having more requests in queue can increase processing efficiency.

Edit: another one. All requests may not need the same quality of service. For some, best effort might be acceptable.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.