Re: Integrating Django with Tornado's web server

2015-11-29 Thread Asif Saifuddin
Hi, I used django-websocket-redis for implementing webscet in django project. You could try that. Regards Asif On Monday, September 14, 2009 at 3:30:59 AM UTC+7, Bret Taylor wrote: > > I am one of the authors of Tornado (http://www.tornadoweb.org/), the > web server/framework we built at Frie

Re: Integrating Django with Tornado's web server

2015-11-28 Thread girish ramnani
Hi Bastin, I know you addressed the question to bret, but i would like to suggest what i did , i actually used gevent-socketio with the pywsgi server . I did it a while ago so dont know if things are the same. If you find something better then do tell. On Wednesday, October 21, 2015 at 4:52:23

Re: Integrating Django with Tornado's web server

2015-10-21 Thread Bastin Robins J
Hi Bret, We have built our app using django 1.7 and we need to implement websockets for some async purpose. So thought tornado would suit our need Can you tell me a best practice to achieve this. On Monday, September 14, 2009 at 2:00:59 AM UTC+5:30, Bret Taylor wrote: > > I am one of the authors

Re: Integrating Django with Tornado's web server

2009-09-14 Thread Graham Dumpleton
On Sep 15, 3:25 am, Mike Malone wrote: > > I just checked in change to Tornado that enables you to run any WSGI- > > compatible framework on Tornado's HTTP server so that Django apps > > could run on top of Tornado's HTTP server and benefit from some of the > > performance work we have done. (I

Re: Integrating Django with Tornado's web server

2009-09-14 Thread Mike Malone
> I just checked in change to Tornado that enables you to run any WSGI- > compatible framework on Tornado's HTTP server so that Django apps > could run on top of Tornado's HTTP server and benefit from some of the > performance work we have done. (I just sent a message to django-users@ > with getti

Re: Integrating Django with Tornado's web server

2009-09-13 Thread Graham Dumpleton
On Sep 14, 8:05 am, Russell Keith-Magee wrote: > On Mon, Sep 14, 2009 at 4:30 AM, Bret Taylor wrote: > > > 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 (seehttp://bret.appspot.com/entry/t

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

Re: Integrating Django with Tornado's web server

2009-09-13 Thread Russell Keith-Magee
On Mon, Sep 14, 2009 at 4:30 AM, Bret Taylor wrote: > > 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 Torna

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