Re: Caching of Data in IIS / PTS
From: Akshai Mirchandani [MS] (akshaim_at_online.microsoft.com)
Date: 10/21/04
- Next message: Chris Keith: "Question about multiple values in Discover <Restrictions>"
- Previous message: Marcus: "Re: Caching of Data in IIS / PTS"
- In reply to: Marcus: "Re: Caching of Data in IIS / PTS"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 11:14:24 -0700
Yes, it should help.
Note that every time you created a new session it would have a new PTS
connection with a clean cache -- this can be good and bad. Good for getting
the latest data but worse for performance -- now a session cannot share
previous PTS connections so lots of metadata will need to be re-fetched.
Also, if you use sessions, please make sure that you explicitly end them as
early as possible because otherwise the load on the server would keep
growing...
Thanks,
Akshai
-- This posting is provided "AS IS" with no warranties, and confers no rights Please do not send email directly to this alias. This alias is for newsgroup purposes only. "Marcus" <Marcus@discussions.microsoft.com> wrote in message news:6D0B539D-57B5-4046-A45A-E038D660D226@microsoft.com... > Hi Akshai, > > Thanks for your response. I will experiment with the MDX sample. > > I feel this is also related to an earlier post in which a new virtual cube > added to Analysis Services was not listed in XML/A Sample Appliction until > after IIS & Analysis Services were restarted. > > The solution in this case was to use named sessions. Would this help in this > case? > > Kind regards, > > Marcus >
- Next message: Chris Keith: "Question about multiple values in Discover <Restrictions>"
- Previous message: Marcus: "Re: Caching of Data in IIS / PTS"
- In reply to: Marcus: "Re: Caching of Data in IIS / PTS"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|