Thanks for your reply Andrew,
Yes, for the counters, the "CACHE API Entries" can help indicate the cache
items added the user(exclude the ones added by system), you can check it to
see whether the number matches the items your code have added.
As you said the DataTable object is around 15,000 Bytes, is your
application frequently caching such objects? If so, it may produce some
memory pressure. You can have a look at the EventLog to see whether there
is entry indicate the ASP.NET worker process has recycled frequently or
whether the ASP.NET application is restarting constantly. Application
Restart may cause the Cache objects lost. BTW, is it possible to repro
the same problem through a very simple project with a single page to cache
some large datatables(you may use code to manually create some datatable
objects for test). If so, you can also send me the project and let me
perform some local test.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "J055" <j055@newsgroups.nospam>
>References: <efy8J5l7HHA.4436@TK2MSFTNGP03.phx.gbl>
<0zaMgWq7HHA.5532@TK2MSFTNGHUB02.phx.gbl>
<#ATXoW#7HHA.5752@TK2MSFTNGP04.phx.gbl>
>Subject: Re: Application Cache question
>Date: Thu, 6 Sep 2007 12:59:39 +0100
>Hi
>
[quoted text clipped - 15 lines]
>Thanks
>Andrew
Steven Cheng[MSFT] - 11 Sep 2007 06:29 GMT
Hi Andrew,
Have you got any progress on this? I'm still monitoring on this issue and
would like to check the issue status with you.
Also, based on the nature of this problem, it may not be quite easy and
efficient to troubleshoot through newsgroup communication. Therefore, if
this is an urgent issue, I would suggest you consider contact CSS phone
support directly. Anyway, if you need continual help from us, please feel
free to post here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Organization: Microsoft
>Date: Fri, 07 Sep 2007 03:33:59 GMT
>Subject: Re: Application Cache question
>Lines: 55
>Path: TK2MSFTNGHUB02.phx.gbl
[quoted text clipped - 55 lines]
>>Thanks
>>Andrew