Have any good links/articles on job queuing & db sharding? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T06:11:15Z http://stackoverflow.com/feeds/question/999615 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/999615/have-any-good-links-articles-on-job-queuing-db-sharding 0 Have any good links/articles on job queuing & db sharding? Justin Vincent 2009-06-16T04:50:01Z 2009-07-30T11:12:46Z <p>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 :)</p> http://stackoverflow.com/questions/999615/have-any-good-links-articles-on-job-queuing-db-sharding/1205927#1205927 1 Answer by Ben Dowling for Have any good links/articles on job queuing & db sharding? Ben Dowling 2009-07-30T11:12:46Z 2009-07-30T11:12:46Z <p>This fantastic <a href="http://www.coderholic.com/the-ultimate-scalability-presentation/" rel="nofollow">presentation</a> covers lots of scalability issues, including job queueing and db sharing. There are also quite a few stack overflow questions about this:</p> <ul> <li><a href="http://stackoverflow.com/questions/1054479/data-sharding">http://stackoverflow.com/questions/1054479/data-sharding</a></li> <li><a href="http://stackoverflow.com/questions/91710/when-people-talk-about-scaling-a-website-with-shards-what-do-they-mean">http://stackoverflow.com/questions/91710/when-people-talk-about-scaling-a-website-with-shards-what-do-they-mean</a></li> <li><a href="http://stackoverflow.com/questions/292039/resources-for-database-sharding-and-partitioning">http://stackoverflow.com/questions/292039/resources-for-database-sharding-and-partitioning</a></li> </ul>