vote up 3 vote down star
1

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?

flag
I am sure this was already asked but couldnt find it. – Shoban Jun 15 at 8:53

4 Answers

vote up 6 vote down

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/)

link|flag
vote up 2 vote down

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)

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.