Re: Database access benchmarks for use in web-frameworks - How does Python compare?

2011-11-04 Thread 88888 Dihedral
I suggest that the use of dynamical page forwarding to different severs which 
run the same software package. This can be done in python!   
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Database access benchmarks for use in web-frameworks - How does Python compare?

2011-11-04 Thread Stefan Behnel

Alec Taylor, 03.11.2011 11:19:

I'm building a large e-commerce site, and it is very important that
what I write can:
- Handle larger server load
- Deliver pages quickly
- Make transactions quickly


Those are pretty broad requirements. If a framework can satisfy them or not 
depends more on how you set it up and deploy it (e.g. how many servers you 
run, what kind of load balancing you use, how you serve your static 
content, etc.) than the actual framework you choose, I'd say.




as well as have a small development time (i.e. pre-built modules for
e-commerce are available, and extendible).


e-commerce is also a very broad term. But I'd expect that any of the 
recent web frameworks (certainly including Django) will satisfy your needs 
in some way.




Are there recent accessible statistics available, comparing these
metrics across the most popular web-frameworks? (i.e. Symfony, DJango,
Rails, ASP.NETetc)


Not that I know of.

Stefan

--
http://mail.python.org/mailman/listinfo/python-list


Database access benchmarks for use in web-frameworks - How does Python compare?

2011-11-03 Thread Alec Taylor
Good afternoon,

I'm building a large e-commerce site, and it is very important that
what I write can:
- Handle larger server load
- Deliver pages quickly
- Make transactions quickly

as well as have a small development time (i.e. pre-built modules for
e-commerce are available, and extendible).

Are there recent accessible statistics available, comparing these
metrics across the most popular web-frameworks? (i.e. Symfony, DJango,
Rails, ASP.NET etc)

Thanks for all suggestions,

Alec Taylor
-- 
http://mail.python.org/mailman/listinfo/python-list