[web2py] Re: reverse ajax on free hosting like fluxflex / pythonanywhere

2012-05-15 Thread Massimo Di Pierro
You need html5 websockets to do what you want to do. That requires an async socket that can keep many connections open for long time. You are right, some hosts block that. They do not specifically block tornado. On Tuesday, 15 May 2012 04:45:24 UTC-5, stefaan wrote: > > > Please correct me if I'

[web2py] Re: reverse ajax on free hosting like fluxflex / pythonanywhere

2012-05-15 Thread stefaan
Please correct me if I'm wrong, but as far as I understand tornado cannot be used with free hosting? (or can it?)

[web2py] Re: reverse ajax on free hosting like fluxflex / pythonanywhere

2012-05-13 Thread Massimo Di Pierro
Look into gluon/contrib/comet_messaging.py. There is an example in there. Requires tornado. On Sunday, 13 May 2012 07:06:49 UTC-5, stefaan wrote: > > Hello list, > > Would anyone have an idea on how to accomplish reverse ajax ("server > push") on free hosting like fluxflex/pythonanywhere? > >