I am weighing Django and Zope3 for a project for a higher volume site 
that has to scale for future. It would seem that with Django app could 
be potentially faster wih mod_python than Zope3 but Zope has a clear 
path for scalability with ZEO (so multiple application servers ahead of 
one or more databases). Any server is only capable of so many hits per 
second.

What does scalability look like for Django once you get to the limit of 
your initial serving capacity. I would be interested in what is occuring 
with some of these large newspaper sites to handle the load.

The data that you are serving is one factor where undoubtably much can 
be accomplished with caching etc. My question, however is more to do 
with what to do when you are beyond the limits of what a single apache2 
instance can do for you.

Many thanks.

Regards,
David

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to