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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

100M Messages a Day Milestone for IronMQ

26 点作者 kenfromm超过 12 年前

7 条评论

nzadrozny超过 12 年前
Really nice work, Iron.io team. I particularly like that you put those numbers in perspective to other popular services at scale.<p>There's something comforting about knowing that any one site's individual requirements are a small fraction of the total capacity of a system. I may be preaching to the choir here, but that's one of the things that I like most about using (and building) cloud services.<p>Something that fizx and I have observed while building websolr.com (our hosted Solr search service) is that as you scale the larger aggregate, the challenges of the average use case become increasingly trivial. For example, we're serving hundreds of millions of requests per day, and indexing billions of documents. That's a few orders of magnitude larger than any one of our customers, but they get all the benefits of a system that's designed to operate at that scale.<p>Put another way: how often do you really take the time to benchmark your message queue (or search engine, or whatever) to make sure it can scale to 10x or 100x growth over what you currently need? Or take the time to actually scale it to that capacity? Does that even make business sense? And yet, in a properly built cloud service, a 10x or 100x growth for any average customer is going to be a much smaller marginal increase against the aggregate.
bglynn超过 12 年前
Well done guys. Distributed and parallel processing with hardly any effort on the side of the developer, amazing.
standers超过 12 年前
Best cloud MQ...now a real substitute to redis with the features of real MQ's
madarco超过 12 年前
Yeah, but doesn't support message groups (exclusive consumer): <a href="http://activemq.apache.org/message-groups.html" rel="nofollow">http://activemq.apache.org/message-groups.html</a>
dampier超过 12 年前
These guys are doing Good Things.
kholmes79超过 12 年前
Congrats!
benwen超过 12 年前
Cool!