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

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).