Hi Nick, Sorry about my concern on Google. It caused a confusion about Google groups. I didn't mean explicitly where Google uses python, I mentioned just Google uses Python. A Google officer told that they run Python on thousands of their servers at an interview. Due to this claim I wanted to say it for you. Actualy of course it can be done and even it will not be worse than any other frameworks, and I bet can be better than Java and ASP.NET if configured and programmed well. I really encourage you to use mod_python for any project. Mod_python and mod_wsgi made it very powerful at web side. As I said in my previous message a web application's responsiveness is dependent to several issues. A good web framework, server speed, database design etc.. In this case you want to use django, which as I know build for mod_python and can be configured to run on a mod_wsgi web server. Consider that you will have one million members on your site. That traffic simply needs several clustered web servers and clustered databases. This means you supply a load balancing. So concurrent user sessions will be shared on different web servers. You can do your best with such a clustered system with such a powerful language. Really don't worry about that.
Regards, Kutlu On Nov 26, 7:21 am, Nick Mellor <nick.mellor.gro...@pobox.com> wrote: > Thanks Kutlu, > > I wasn't aware that Google used Python for running their Google groups > servers. Can you confirm that? The only place > I've seen Google explicitly use Python on their web front end is in > the Google Ads tests. > > I am impressed by the responsiveness of lawrence.com, ljworld.com and > others on the Django home page (http://www.djangoproject.com/) > > They seem to do a great job of loading large, complex pages using > Django (stacked on Python, stacked on bytecode, stacked on C.) > Shows it can be done. > > Nick -- http://mail.python.org/mailman/listinfo/python-list