How can I stop SQL Server Reporting Services 2008 going to sleep?

Posted by Nick on Stack Overflow See other posts from Stack Overflow or by Nick
Published on 2010-05-20T07:54:52Z Indexed on 2010/05/20 8:00 UTC
Read the original article Hit count: 706

Filed under:
|
|
|

I have SSRS 2008 set-up on a server. All works fine except that if left inactive for a length of time the next time a request is made to the server it takes a long time for it to service it.

I think this is to do with the worker process being shutdown after being idle for a certain length of time. However, as SSRS 2008 isn't managed through IIS I can't find any settings that I can adjust to stop this from happening. In IIS I'd go to the Performance tab of the Application Pool Properties and choose not to shutdown the worker process. How can I do this for SSRS 2008?

© Stack Overflow or respective owner

Related posts about ssrs

Related posts about ssrs-2008