May 20, 2009 at 10:08 am
I have a standalone XP SP3 machine with SQL Server 2005 SP2 and have deployed a report. When the machine is restarted, the very first time that I launch IE7 and navigate to the report URL, there is a delay and after a couple of minutes IE times out and displays an error. From this point forward, if I again launch IE and navigate to the URL the report is accessible immediately and works fine. Any tips for how to prevent the first time delay/timeout?
May 20, 2009 at 10:44 am
it's the nature of the beast; the Just-In-Time Compiler, after a restart, has to recompile any pages and put them into memory.
First time the web page is accessed, it compiles that page/report, so the first time is slow, and quick after that.
only way around it is to have some other process hit the web page for you do it with IE; but the delay is going to be there somewhere.
Lowell
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply