On Sunday, August 7, 2011 1:27:08 PM UTC-4, Francisco Costa wrote: > > On Jul 16, 5:16 pm, Anthony <[email protected]> wrote: > > Maybe check out this three part tutorial: > http://greg.thehellings.com/2011/04/web2py-websockets-and-socket-io-p.... > > The third part ( > http://greg.thehellings.com/2011/05/web2py-websockets-and-socket-io-p...) > discusses > > usage of Socket.IO to handle methods other than WebSockets. > > > > Anthony > > Will socket.IO be supported by web2py and tornadio_messaging.py > included in gluon/contrib ?
I don't know -- that's not a bad idea. It might also be worthwhile to explore other options for comet/server push functionality, such as gevent (e.g., http://bottlepy.org/docs/dev/async.html). Anthony

