|
|
|
|
SQL Reporting Services - Answers to your questions
| |
|
Author |
Thread:
Reporting services very slow on first report |
|
Jens
|
Reporting services very slow on first report
Posted:
Thursday, May 11, 2006 3:03 PM (GST)
|
|
I'm learning Reporting Services 2000, and running it on a Win2k3 server. I am the only person using the server and the network, so there are no issues about many people trying to access anything.
While learning to build an ASP.NET application I ran across something strange. The first time a report is run it takes a long time for the report to render (regardless of whether I am accessing it through my web application or through the Report Manger). After that the report would refresh fine unless not accessed for a while.
After a bunch of google searches etc. I discovered I could elimnate (or extend) the Idle Timeout for the DefaultAppPool and it would refresh without a timeout problem. However, that does not solve the initial request which still takes a while.
Can the w3wp.exe file be told to run when the server is booted up? Is there some better way to handle this?
I read a post somewhere that suggested scheduling a dummy report to run at a particular time so as to keep the Report server running. Are there not more elegant ways to kick-start the Report Server and keep it running so that a user won't experience the long delay if they are the first user of the day?
Thanks in advance.
|
|
|
|
|
|
|
|
|