john unkas
john unkas

Reputation:

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?

Upvotes: 2

Views: 238

Answers (4)

mhd
mhd

Reputation: 4687

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

Upvotes: 0

NinethSense
NinethSense

Reputation: 9028

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

Upvotes: 5

RichardOD
RichardOD

Reputation: 29157

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)

Upvotes: 2

Pierre
Pierre

Reputation: 35236

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

Upvotes: 1

Related Questions