take a look at this thread http://groups.google.com/group/pylons-discuss/tree/browse_frm/thread/a9231b21bbcc88a0/182469d3700eeda1?rnum=1&q=Response+and+sending+content+to+the+browser&_done=%2Fgroup%2Fpylons-discuss%2Fbrowse_frm%2Fthread%2Fa9231b21bbcc88a0%3Ftvc%3D1%26q%3DResponse%2Band%2Bsending%2Bcontent%2Bto%2Bthe%2Bbrowser%26#doc_182469d3700eeda1 <http://groups.google.com/group/pylons-discuss/tree/browse_frm/thread/a9231b21bbcc88a0/182469d3700eeda1?rnum=1&q=Response+and+sending+content+to+the+browser&_done=%2Fgroup%2Fpylons-discuss%2Fbrowse_frm%2Fthread%2Fa9231b21bbcc88a0%3Ftvc%3D1%26q%3DResponse%2Band%2Bsending%2Bcontent%2Bto%2Bthe%2Bbrowser%26#doc_182469d3700eeda1>
[EMAIL PROTECTED] wrote: > Hi, > > We are trying to build a Comet style application using pylons where we > want to be able to keep writing out data, so write some out to screen > and have it displayed and then write out more. We tried using > response.write () and then response.flush(). Sometimes these will > work, but not all the time. Sometimes, the page will not display > since the browser is still waiting for more data, but other times it > will keep writing out the data as the page is still loading. Does > anyone have any suggestions or another approach? > > Thanks. > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
