Re: 3rd party application, cache and session state



The information you provided gives little help since we have no idea of "how big" these objects are. What you really want to do is trace your pages and optionally instrument your code with some sort of timing / logging option that will give you more information about where the "real" bottlenecks are.
Peter

<dities13@xxxxxxxxx> wrote in message news:ac738014-fccb-462e-9ea6-5dacebc761dd@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello all and thank you for your time.

We have a 3rd party application written for my office (vb.net 2.0
framework). However, we are getting reports of slow response time and
do not believe it is our web server or sql server (2000). I noticed
that the app uses cache (with sql server 2000) and Session States. I
compiled a list of what was in cache and session state and wondered if
you could give me your opinion on it. Is it a lot? Could this cause
response time issues and high CPU utilization? This is taken from our
dev box where I was the only user.

Cache Assembly 1
Cache Boolean 55
Cache DataSet 3
Cache Datatable 41
Cache Hashtable 1
Cache String 1
Cache XmlDocument 33
Session State ArrayList 6
Session State Boolean 3
Session State DateTime 1
Session State Hashtable 14
Session State Int 2
Session State Stack 2
Session State String 6

Thank you,
Dities13

.



Relevant Pages

  • Re: caching: Session state or Application state...
    ... > 1) When is memory used for Session State freed? ... > - if my cache item expires due to it reaching it's expiration time - is ... the type of cahcing and the expiration policy can see ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Session State vs. What?
    ... you can use Session state (still works in .NET and has more ... The cache has the advantage of being very fast. ... I would have to query the database first then ... > function due to overhead on the server, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: DataAdapter update
    ... Among these, if you dont want to use session state, you can probably use ... Application or Cache. ... You might be able to use ViewState too but you will need to test to make ... It> seems easier to just update each row in the DataList than go through the> process of only updating modified rows. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Question about objects in Cache
    ... By any chance are you using out of processes session state ... >always being pulled from cache because the new defaults are not present ... The instance in the .aspx form is ...
    (microsoft.public.dotnet.framework.aspnet)
  • Unable to Serialize.
    ... I have a remote Sql Server Instance locally. ... Unable to serialize the session state. ... session state store in 'Custom' mode. ... This section sets the authentication policies of the ...
    (microsoft.public.dotnet.framework.aspnet)