Re: Django and Tornado web server

2010-03-28 Thread Graham Dumpleton
On Mar 29, 7:12 am, nameless wrote: > Hi at all, > I need to create a high performance comet chat for my college project. > I have found Tornado that is a non-blocking webserver used by > FriendFeed for real-time features:http://www.tornadoweb.org/ > > Maybe this is a stupid question but I am ve

Django and Tornado web server

2010-03-28 Thread nameless
Hi at all, I need to create a high performance comet chat for my college project. I have found Tornado that is a non-blocking webserver used by FriendFeed for real-time features: http://www.tornadoweb.org/ Maybe this is a stupid question but I am very newbie and I want to know how to use Tornado a