Python web-framework with the widest scalability?

Tim Chase python.list at tim.thechases.com
Sat May 12 08:49:41 EDT 2012


On 05/12/12 03:30, Alec Taylor wrote:
> I am building a project requiring high performance and scalability,
> entailing:

Most of the frameworks are sufficiently scalable.  Scalability
usually stems from design decisions (architecture and algorithm) and
caching, and you'll usually hit bandwidth or algorithm/architecture
limits long before the frameworks are your primary bottleneck.

-tkc






More information about the Python-list mailing list