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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A short criticism of Amazon SQS

4 点作者 qusiba将近 14 年前

2 条评论

dlsspy将近 14 年前
I looked at the API for SQS a long time ago after writing this:<p><a href="http://www.rockstarprogrammer.org/post/2008/oct/04/what-matters-asynchronous-job-queue/" rel="nofollow">http://www.rockstarprogrammer.org/post/2008/oct/04/what-matt...</a><p>I really felt like I must be missing something. This made no sense to me. The linked article suggests the author is also missing something, or Amazon just did it wrong. I don't know where I'd actually use SQS.
Udo将近 14 年前
I'm glad I'm not alone in making this observation. From where I stand, it sure seems like your could build a functional equivalent (or better) by just using a database table for the queue and be done with it.