Answered by:
orkut type sites design sturctures for load balancing

Question
-
User1217847845 posted
How to design huge platform like orkut social networking and load balancing users ? any reference links ? or db structure ? caching ideas ?
thanks,
Monday, February 8, 2010 8:39 AM
Answers
-
User-1535021499 posted
If Social Networking is an example of complex application then refer this book on <o:p></o:p>
Applying Domain-Driven Design and Patterns: With Examples in C# and .NET<o:p></o:p>
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 9, 2010 6:38 AM
All replies
-
User-1379894896 posted
it is usually don with databases that saves information in a graph called nosql http://en.wikipedia.org/wiki/NoSQL
like graphdb http://www.sones.com/technik/social-network or http://www.db4o.com/
these handle relations between different than "normal" databases like SQL.
That is because they are focused on structures social networks are constructed of.
Monday, February 8, 2010 9:46 AM -
User1217847845 posted
how to go with SQL Server 2005 ? and how to implement sql cache dependancy please help///
Tuesday, February 9, 2010 1:34 AM -
User1217847845 posted
Any simple article to start with MemCached at application side?
Tuesday, February 9, 2010 4:47 AM -
User-1535021499 posted
If Social Networking is an example of complex application then refer this book on <o:p></o:p>
Applying Domain-Driven Design and Patterns: With Examples in C# and .NET<o:p></o:p>
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 9, 2010 6:38 AM