Re: django vs tornado

2010-03-08 Thread Kenneth Gonsalves
On Monday 08 Mar 2010 3:09:51 pm Kenneth Gonsalves wrote: > > I'm testing django on tornado and didn't find any issue using the > > admin interface > > which uses csrf_token. I'm using latest django from svn and latest > > tornado from git. > > > > I last used the latest django and tornado about

Re: django vs tornado

2010-03-08 Thread Kenneth Gonsalves
On Monday 08 Mar 2010 1:53:50 pm Rolando Espinoza La Fuente wrote: > > I have stopped using it and till I can get something else up am using > > nginx proxied to runserver - which is faster than tornado and handles the > > latest django svn ok. > > Could you explain more about the csrf_token issue

Re: django vs tornado

2010-03-08 Thread Rolando Espinoza La Fuente
On Thu, Mar 4, 2010 at 2:08 AM, Kenneth Gonsalves wrote: [...] > > I have stopped using it and till I can get something else up am using nginx > proxied to runserver - which is faster than tornado and handles the latest > django svn ok. Could you explain more about the csrf_token issue? I'm test

Re: django vs tornado

2010-03-03 Thread Kenneth Gonsalves
On Thursday 04 Mar 2010 12:55:37 pm Continuation wrote: > > I have stopped using it and till I can get something else up am using > > nginx proxied to runserver - which is faster than tornado and handles the > > latest django svn ok. > > -- > > You are running the Django development server in prod

Re: django vs tornado

2010-03-03 Thread Continuation
> I have stopped using it and till I can get something else up am using nginx > proxied to runserver - which is faster than tornado and handles the latest > django svn ok. > -- You are running the Django development server in production? Why? Why not apache/mod_wsgi? -- You received this messag

Re: django vs tornado

2010-03-03 Thread Kenneth Gonsalves
On Thursday 04 Mar 2010 3:54:48 am Graham Dumpleton wrote: > On Mar 4, 9:08 am, gvkalra wrote: > > hi i have a presentation to make on django, wherein I have > > decided to include a section on Tornado I wish to show > > performance comparisons between django and tornado . how do I s

Re: django vs tornado

2010-03-03 Thread Graham Dumpleton
On Mar 4, 9:08 am, gvkalra wrote: > hi i have a presentation to make on django, wherein I have > decided to include a section on Tornado I wish to show > performance comparisons between django and tornado . how do I set > up the scenario ?? . what I intend to achieve is this >