[web2py] Re: Tornado

2016-10-29 Thread Massimo Di Pierro
You can only do the opposite: run web2py on tornado: web2py/anyserver.py --server tornado On Tuesday, 25 October 2016 00:05:45 UTC-5, William wrote: > > How to run my own tornado file on web2py. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2p

[web2py] Re: tornado 403 with websocket messaging

2015-05-30 Thread Serbitar
Ok. On Thursday, May 28, 2015 at 7:33:41 AM UTC+2, Massimo Di Pierro wrote: > > Can you submit a pull request? > > On Monday, 25 May 2015 11:54:35 UTC-5, Serbitar wrote: >> >> >> >> to fix this: >> >> >> http://stackoverflow.com/questions/24851207/tornado-403-get-warning-when-opening-websocket >>

[web2py] Re: tornado 403 with websocket messaging

2015-05-27 Thread Massimo Di Pierro
Can you submit a pull request? On Monday, 25 May 2015 11:54:35 UTC-5, Serbitar wrote: > > > > to fix this: > > > http://stackoverflow.com/questions/24851207/tornado-403-get-warning-when-opening-websocket > > with current web2py and tornado 4+ > > you have to modify: gluon/contrib/websocket_messa

[web2py] Re: Tornado Web2py how to set up in Production Envrironment?

2011-02-22 Thread David Marko
Well, my experience is different. I test my app with Apache Benchmarp and using Tornado I got 2x more req/sec than using Rocket. I have tried several times on different pages with the same nice result. David

[web2py] Re: Tornado Web2py how to set up in Production Envrironment?

2011-02-21 Thread Massimo Di Pierro
web2py does not async IO and its bottle neck is database IO. I doubt you would see any performance improvement of tornado over rocket. I tried and I did not see it. On Feb 21, 1:59 pm, Andrew Evans wrote: > Does any one have any resources on setting up web2py and Tornado in a > production environ