Large Site Network Infrastructure (Hardware) Examples?
February 16, 2008 4:03 PM
Subscribe
Network admin / geek question:
I'm in the process of building a small cluster of servers for my quickly growing wallpaper website, but I've never charted those waters before. I found a nice article on TorrentFreak about
Mininova's server setup, and found it quite intriguing. My question is, are there any other big-ish sites like Mininova that are open about their hardware infrastructure? Googling around yielded few results. I'd be interested to see the setup for a site like Digg, MeFi, or Flickr. Thanks in advance.
Currently, I have a single Dual P3 load balancer, four DL360 (each 2x 2.8Ghz xeon) servers for apache, one DL560 (quad 2.8 xeon) server for MySQL and NFS, and a few misc. servers.
Do most large sites use NFS to share the website source? Any idea how much load NFS puts on a server? Also, any idea how much overhead a load balancer requires to route connections? Can a dual P3 1.6Ghz handle a 15mbit'ish site?
Any links or advice would be appreciated.
Thanks.
posted by hmaugans to computers & internet (5 comments total)
6 users marked this as a favorite
What you might look into after the load balancer is adding a caching layer that uses Squid in reverse-proxy mode to take the load off of the apache servers.
Wikipedia is very open about their structure -- since they're a nonprofit. ... that's the largest open site I know. Another good source is Livejournal's Brad Fitzpatrick and his presentations on how they scaled their organization up to zomgwtfbbq.
posted by SpecialK at 4:09 PM on February 16, 2008 [1 favorite has favorites]