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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Have any good links/articles on job queuing & db sharding?

2 点作者 jv2222将近 16 年前
Does anyone have good links on how/when/why to use job queuing to scale web apps? Also, articles on db sharding would be useful too :)

1 comment

hachiya将近 16 年前
A recent article on a job queue, Beanstalkd:<p><a href="http://www.topbit.co.uk/serendipity/archives/21-Doing-the-work-elsewhere-Asynchronous-Message-Queues.html" rel="nofollow">http://www.topbit.co.uk/serendipity/archives/21-Doing-the-wo...</a><p>Beanstalkd is described at the link below, and was originally designed to help handle the Facebook Causes app, with a claimed 9.5 million users. <a href="http://xph.us/software/beanstalkd/" rel="nofollow">http://xph.us/software/beanstalkd/</a>