I'm new to Django, as well, so don't take this reply as authoritative. Chapter 20 of The Django book -- www.djangobook.com -- details various deployment scenarios, including ones distributed among several servers. It suggests that it is relatively easy to scale Django across several tiers (web tier, cache tier, database, etc..) and that each tier can consist of an arbitrary number of servers.
One of the reasons that I am using Django for my current project is because it looks easy to scale out across lots of inexpensive hardware as my usage grows. On Mon, Jun 2, 2008 at 8:06 AM, Phillip B Oldham <[EMAIL PROTECTED]> wrote: > > I'm looking at using django to replace our current CMS application > written in PHP. Currently we have two servers behind a load balancer, > and everything's nice and stable. We're getting a consistent month-on- > month traffic increase though and I'm looking at moving to a more > distributed model - localised servers for uk/us/eu with replicated > mysql instances. > > I'd just like to get the community's thoughts/experiences on running > django in such an environment. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---