cusimar9
10-19-2006, 05:33 PM
I'm writing some website analytics code, some of which does some processing. I obviously don't want it to make the web page slow down though, and I fear that, since its written in ASP, the server will wait until all processing is complete before serving the page.
Is there any way I can avoid this delay? All I want is for the page to be served 'as is', and then it can continue doing its stuff for the next few seconds.
Maybe I just need a 'response.flush' statement before the analytics code?
Is there any way I can avoid this delay? All I want is for the page to be served 'as is', and then it can continue doing its stuff for the next few seconds.
Maybe I just need a 'response.flush' statement before the analytics code?