bcurtu napisaĆ(a): > May you enumerate the largest django sites (apart from WSJ)? Do you > know traffic stats of these sites? I'm building a big site, with > potentially lots of traffic and I'm a bit afraid what I can expect...
Grono.net (http://grono.net/) is largest Polish community site and it is build with Django. They say their figures go as high as millions of hits daily (cann't confirm, though). Communes are build with Django and they're pretty big in UK (http://tapthat.co.uk/), Hungary (http://commune.hu/) and Romania (http://commune.ro/), but the figures are confidential. The sites in Germany (http://totalalles.de/) and in Austria (http://totalalles.at/) receive much less traffic, perhaps because they are fresh launched. Don't be scared by figures, it's only HTTP traffic. Optimize your database access with object-level cache, store session data in cache, profile your app and everything will be fine. If your backend hardware only survives... -- Jarek Zgoda Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101 "We read Knuth so you don't have to." (Tim Peters) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

