TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A short criticism of Amazon SQS

4 pointsby qusibaalmost 14 years ago

2 comments

dlsspyalmost 14 years ago
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.
Udoalmost 14 years ago
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.