TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Spikability - An Application's Ability to Handle Load

11 点作者 edsrzf将近 13 年前

3 条评论

rwolf将近 13 年前
I'm confused: how do you use message queues to handle traffic spikes? If a user request is sitting in a queue, aren't they staring at a white screen until I get back to them?<p>edit: "And you can launch more servers to eat away at the queues if they keep growing." sounds a lot like autoscaling to me. The graph is misleading.
评论 #4076762 未加载
moe将近 13 年前
So, I understand they're trying to sell their product here, but please...<p>In most web-apps there is exactly <i>one</i> user-initiated task that can be deferred: sending e-mail. Last time I checked my "spikability" was not bound on sending e-mails.
brennenbyrne将近 13 年前
I was going to use iron.io for a Hackathon, but didn't end up finding a way to use it in my project. I looked through the docs though and it's really interesting.
评论 #4076653 未加载