views:

129

answers:

4
+3  Q: 

scalable sites

facebook, skype, myspace etc... all have millions and millions of users, does anyone know what their architecture looks like. Is it distributed on different nodes or do they use massive clusters?

+2  A: 

Memcached is used by a lot of sites with a lot of users, including Facebook. You can find lots of blogs that discuss the architecture of various high traffic Web sites. A long time ago I listened to this Arcast which I thought was quite interesting (if you do ASP.NET with SQL Server)

RichardOD
+1  A: 

Facebook uses Hadoop/Hive and Erlang among other things (see http://www.facebook.com/notes.php?id=9445547199)

Pierre
+5  A: 

Check below link to read how bigger applications like Amason, eBay, Flickr, Google etc. lives with high traffic.

http://highscalability.com/links/weblink/24

Interesting website for architects.

(I blogged about this earlier after a research for a BIG project - http://blog.ninethsense.com/high-scalability-how-big-applications-works/)

NinethSense
A: 

Hey this may not directly answer your question. Interesting to watch nonetheless. See facebook software stack.

mhd