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



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

Reply via email to