how you would build a huge decentraliced system. Now of course it
would depend on what the purpose of the system is so lets just take
twitter as an example. :)
Chapter 20 in the Django Book details this. The authors have implemented
a distributed django system. http://www.djangobook.com/en/1.0/chapter20/
About halfway down there is a section header "scaling".
Hope this helps!
Jeff Anderson
replication isnt exactly distributing... with only one master db which
handles all the writes you have a single point of failure...