A good article about digg’s use of Cassandra.
http://blog.digg.com/?p=966
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
A good article about digg’s use of Cassandra.
http://blog.digg.com/?p=966
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
http://railscasts.com/episodes/171-delayed-job – A good railscast about using Delayed Job.
http://www.therailsway.com/2009/7/22/do-it-later-with-delayed-job – Article by TheRailsWay about why to use and how to use.
It looks like are really simple way to offload long running tasks.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Tags: Rails Plugins · code · rails · scaling
In this article, Intridea shows you how to use CloudFront and AssetPackager together and prevent stale copies of assets from being served.
http://www.intridea.com/posts/amazon-cloudfront-preventing-stale-assets
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Tags: AWS · Rails Plugins · code · rails · scaling · web
Here is a really good article about using Cassandra from Evan Weaver.
http://blog.evanweaver.com/articles/2009/07/06/up-and-running-with-cassandra/
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Tags: code · install · rails · scaling · web
A good article about using CloudFront from Amazon and the Paperclip plugin for Rails. http://www.intridea.com/posts/using-amazon-cloudfront-to-serve-assets
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Tags: Rails Plugins · code · rails · scaling · web
An interesting article about how FriendFeed uses battled tested technology (MySQL) in new and innovate ways to meet their needs.
http://bret.appspot.com/entry/how-friendfeed-uses-mysql
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
http://axonflux.com/building-and-scaling-a-startup
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Tags: code · rails · scaling · web
http://www.therailsway.com/2009/2/22/file-downloads-done-right
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Tags: code · rails · scaling · web
The Rails Way is back with a post about the pitfalls of using request per second measurement when profile and why using request duration may be more useful.
This article made some really good points and I will definitely think about this the next time I am profiling my applications.
http://www.therailsway.com/2009/1/6/requests-per-second
Share and Enjoy:
These icons link to social [...]
This is a very good article about MySQL and Rails and some issues you can run into on high traffic apps. Most of these should be reserved for optimizations when there are issues. But they are good things to keep in mind.
The information about data scheme and indexes is very good think about when designing [...]