I read this doc about the performance comparison between Tornado and
Django: http://www.tornadoweb.org/documentation

I am quite new to both django and tornado (just heard about it). To me
there are a few confusing points about the conclusion that "Tornado
consistently had 4X the throughput of the next fastest framework, and
even a single standalone Tornado frontend got 33% more throughput even
though it only used one of the four cores" Maybe the document could
add more comments about how the experiment is setup.

The context of this statement is that Tornado runs with 4 frontends on
a 4 core machine. My question is "Could django apps take advantage of
4 cores?" Is the 4X performance difference due to the setup or is it
due to the reason that Tornado could make a better use of a 4 core
machine?

Any thoughts?
Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to