This problem started on another board , but Dave Ward , who was very quick and useful there, is also here, so I would like to pick up here, hopefully, the last remaining part of the puzzle.
Basically, I was looking for a way to do continuous web page updates from a lengthy process. I thought AJAX is the way to go, but Dave is a good article about using JavaScript . I included it in my application and it worked fine on my client, but not on my WebHost4Life server. I have another @Brinkster server and decided to try it there and it works. All the code is the same on my client, WebHost4Life and Brinkster, so obviously something is happening with WebHost4Life.
I plan to write them an email or request technical support, but I would like to be active and try to figure out what could happen with their purpose in order to make this difference. I did everything I could with my code to disable Buffering, e.g. Page.Response.BufferOutput = False . What server parameters could they implement to cause this difference? Can I get around this on my own without their help? If not, what do they need to do?
For reference, a link to the working version of a simpler version of my application is located @ http://www.jasoncomedy.com/javascriptfun/javascriptfun.aspx and the same version that does not work @ http://www.tabroom.org/Ajaxfun/Default .aspx . You will notice that in the working version you get updates with every step, but in the one that does not, it sits there for a long time until everything is completed, and then all the updates for the client at once ... and it saddens me.
source share