Re: Integrating Django with Tornado's web server

2009-09-13 Thread Bret Taylor
On Sep 13, 3:05 pm, Russell Keith-Magee wrote: > > I chose the WSGI approach because it is generic and applies to all > > frameworks, but Django is obviously the most widely used. I am curious > > if there is any benefit to implementing more "native" support in > > django.core.handlers or if WSGI

Integrating Django with Tornado's web server

2009-09-13 Thread Bret Taylor
I am one of the authors of Tornado (http://www.tornadoweb.org/), the web server/framework we built at FriendFeed that we open sourced last week (see http://bret.appspot.com/entry/tornado-web-server). I just checked in change to Tornado that enables you to run any WSGI- compatible framework on Tor