I recently attended an interesting talk by Brion Vibber, CTO of
WikiMedia
Foundation, a non-profit organisation that runs the
infrastructure for Wikipedia. He described how his team of 7
engineers manages the Wikipedia site that gets on an average of 7
billion page views per month. The highlights from the talk are
listed below that included the architecture of the site
infrastructure to scale up to the traffic that is received. They
are ranked amongst the Top 10 sites in terms of traffic.
The site runs on the LAMP stack and you know what that is:
- Linux
- Apache
- MySQL from Sun
- Perl/PHP/Python/Pwhatever :-)
WikiMedia runs the site on about 400 x86 servers. Of those, about 250 run the webservers and the remaining run MySQL database. Recently they acquired the …
[Read more]