2011
Evernote Architecture - 9 Million Users and 150 Million Requests a Day
The folks at Evernote were kind enough to write up an overview of their architecture in a post titled Architectural Digest. Dave Engberg describes their approach to networking, sharding, user storage, search, and some other custom services.
3.4 million page views per day, 92 M per month, one server and Drupal
(via)In this talk, Khalid of 2bits.com, Inc., Inc will talk about a how to scale a Drupal web site with the following statistics.
3.4 million pages per day peak
92 million page views per month
189,650 page views per hour peak
840,000 visits on peak day
22.96 million visits per month
52,747 visits per hour peak
So far, this is the highest traffic a Drupal site gets that we heard of.
What is amazing is that this web site runs on a single mid range server ...
2009
scaling drupal - an open-source infrastructure for high-traffic drupal sites | johnandcailin
by 1 otherin this article, i outline a step-by-step process for incrementally scaling your deployment, from a simple single-node drupal install running all components of the system, all the way to a load balanced, multi node system with database level optimization and clustering.
since you almost certainly don't want to jump straight from your single node system to the mother of all redundant clustered systems in one step, i've broken this down into 5 incremental steps, each one building on the last. each step along the way is a perfectly viable deployment.
2008
Drupal Performance and Scalability | Tag1 Consulting, Inc.
(via)Obtaining Optimal Performance From Drupal And The LAMP Stack
load test your drupal application scalability with apache jmeter | johnandcailin
by 2 others (via)there are many things that you can do to improve your drupal application's scalability, some of which we discussed in the recent scaling drupal - an open-source infrastructure for high-traffic drupal sites article.
Google Architecture | High Scalability
by 1 other (via)Google is the King of scalability. Everyone knows Google for their large, sophisticated, and fast searching, but they don't just shine in search. Their platform approach to building scalable applications allows them to roll out internet scale applications at an alarmingly high competition crushing rate. Their goal is always to build a higher performing higher scaling infrastructure to support their products. How do they do that?
2006
Know your clustering architectures - Builder UK
Enterprise application (EA) architects often face challenges in designing scalable applications that can accommodate a growing number of users and provide 24/7 availability. In this article, I’ll explain the meaning of scalability and availability in EA and explore different architectures for achieving them.
1
(7 marks)