On 20 juil, 23:23, fpp <[email protected]> wrote: > Thanks Massimo. The reversehttp method sounds a bit *too* > sophisticated (or at least under-documented) to me, I guess I'll try > the first one for a start. > > Is it not possible for a client to maintain a long-running > xlmhttprequest by which the server can refresh the screen at will ?
While investigating this topic, I came across a "new" (somewhat recent) buzzword I'd never heard of : COMET Like AJAX it seems to be an "umbrella word", a concept to designate a mishmash of techniques (including ajax itself) to achieve "http streaming" from server to client with existing tools (ie without webhooks, reversehttp or HTML5-compliant browsers). It includes tricks like "XHR long-polling", "forever frames" etc. This page has a good summary : http://ajaxpatterns.org/Comet Anyone used this kind of stuff with web2py yet, or at least with python ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

