Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Benjamin Golub
Time spent downloading a page (in milliseconds) dropped considerably after switching my blog to Tornado from webapp/Django
chart.png
If you ever decide to post that code anywhere, I'd really like to see it. How different is Tornado from Django, anyway? - Keith Bourgoin
They are pretty different. One similar area are templates. Tornado templates look a lot like Django templates but they let you run arbitrary Python inside of the template. I love being able to do simple things like list comprehensions inside of templates. - Benjamin Golub
What are you measuring this with? - Bill
Ben: Thanks!! I didn't know that was there. - Bill
yes, thanks Ben for posting the source to both blog implementations, I'm considering using tornado instead of webapp for my next app engine project, and having both to compare is quite nice - Karl Rosaen
Are you planning on doing the same for rssmeme? - Mick
Mick: no, would take too long, my blog was only a couple hundred lines of code - Benjamin Golub
Does tornado have to use nginx or are you using this with apache? - Hari
This is running on App Engine using Tornado's WSGI support (http://www.tornadoweb.org/documen...). Tornado does not have to use nginx. You do not have to put anything in front of Tornado if you don't want to. Read more at http://www.tornadoweb.org/documen... and http://www.tornadoweb.org/documen... - Benjamin Golub
Thanks for sharing, this is awesome! - Hameedullah Khan
I can't find a way to see this graph/data in Google Webmasters Tool, can you help me to point to this? - Jeremy
Click on Diagnostics and then Crawl stats - Benjamin Golub
Ok thank you, I am not able to see this as my site is not at a root level. - Jeremy