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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: SHARQ – Open Source, Rate-Limited Queuing System

54 点作者 ohmygeek超过 10 年前

6 条评论

ohmygeek超过 10 年前
I&#x27;m the primary author SHARQ. Appreciate any feedback..<p>Here is the link to the slides from my PyCon India talk: <a href="https://speakerdeck.com/sandeepraju/sharq-an-open-source-rate-limited-queueing-system-pycon-india-2014" rel="nofollow">https:&#x2F;&#x2F;speakerdeck.com&#x2F;sandeepraju&#x2F;sharq-an-open-source-rat...</a><p>Here is our blog announcement: <a href="https://www.plivo.com/blog/sharq-a-flexible-open-source-rate-limited-queuing-system/" rel="nofollow">https:&#x2F;&#x2F;www.plivo.com&#x2F;blog&#x2F;sharq-a-flexible-open-source-rate...</a>
评论 #8391230 未加载
评论 #8391848 未加载
评论 #8389441 未加载
psobot超过 10 年前
This is really cool. Can queues be bounded, as well as rate-limited?<p>(I built my own Redis-backed distributed queue system long ago because I needed bounded queues with backpressure, which no other libraries seemed to offer: <a href="http://github.com/psobot/pressure" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;psobot&#x2F;pressure</a>)
chadrs超过 10 年前
Seems like the exact same approach and even using the same redis datastrucutres as this talk from RedisConf:<p><a href="http://vimeo.com/52569901" rel="nofollow">http:&#x2F;&#x2F;vimeo.com&#x2F;52569901</a><p>(Granted, the solution presented here is not open sourced.)
sargun超过 10 年前
I&#x27;m curious as to the author&#x27;s choice of Redis as opposed to RabbitMQ, or another queue. Redis is problematic when it fails, which makes me question the use of a centralized queue server altogether.
j_s超过 10 年前
Missing Github link: <a href="https://github.com/plivo/sharq-server" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;plivo&#x2F;sharq-server</a>
mperham超过 10 年前
Looks pretty cool, congrats on the ship!