September 2009
Tornado Web Server Documentation
by greutTornado comes with limited support for WSGI. However, since WSGI does not support non-blocking requests, you cannot use any of the asynchronous/non-blocking features of Tornado in your application if you choose to use WSGI instead of Tornado's HTTP server. Some of the features that are not available in WSGI applications: @tornado.web.asynchronous, the httpclient module, and the auth module.
in other words: WSGI sucks
March 2009
February 2009
Still Developing...
by greutAdding persistence is something that we will typically all have to do at sometime in most real world web applications and will definitely slow things down a little; so I thought I’d approach the problem using my latest favourite storage engine, CouchDB
a Restish example using CouchDB
January 2009
Werkzeug 0.4.1 released! » Armin Ronacher
by greutWerkzeug, the swiss army knife for Python web developers.
the WSGI anti-framework