RE: Asp 2.0: Cache Items Expiring in under a minute when set to 12



Thanks for your further followup and the update Adam,

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| Thread-Topic: Asp 2.0: Cache Items Expiring in under a minute when set to
12
| thread-index: AcX3S+c3QQJCj8+CTtaMR9OshDYObw==
| X-WBNR-Posting-Host: 63.66.47.208
| From: "=?Utf-8?B?QWRhbQ==?=" <adamtuliper@xxxxxxxxxxxxx>
| References: <1AF58A70-78D1-471D-963B-A7C68C454C2A@xxxxxxxxxxxxx>
<ObD5lnO6FHA.832@xxxxxxxxxxxxxxxxxxxxx>
| Subject: RE: Asp 2.0: Cache Items Expiring in under a minute when set to
12
| Date: Fri, 2 Dec 2005 06:23:02 -0800
| Lines: 95
| Message-ID: <CDF67077-6038-4F9A-AE92-11D0E7C586BA@xxxxxxxxxxxxx>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:362296
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Hi Steven,
| The size of the document is very small, I doubt in this case its related
to
| that as sometimes the exact same document stayts around (in all cases Im
| seeing success and failure with the same info in the cache). It's a class
| that serializes to probably under 1k.
| Seems an exception occuring can possibly clear the cache, its being
| investigated now at:
http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=7
e050060-7c9e-410c-9c01-0279752cd1a0
|
| Thanks for the response though
|
| --
| Adam Tuliper
| http://www.secure-coding.com
|
|
| "Steven Cheng[MSFT]" wrote:
|
| > Hi Adam,
| >
| > See you again. Seems you've encountered another problem on your .net
2.0
| > deployment server ,yes? As for the caching expiration problem you
| > mentioned, I'm thinking it may related to the object's size you store
in
| > the cache collection. What's the "documents" objects you stored and are
| > they of large size ? I'd suggest you also tries storing some small
objects
| > with long period expiration to see whether it will also suffer this
problem.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| >
| >
| >
| > --------------------
| > | Thread-Topic: Asp 2.0: Cache Items Expiring in under a minute when
set to
| > 12 hou
| > | thread-index: AcXm2YlgKw7h046lSNqgxEut1fz57A==
| > | X-WBNR-Posting-Host: 63.66.47.208
| > | From: "=?Utf-8?B?QWRhbQ==?=" <adamtuliper@xxxxxxxxxxxxx>
| > | Subject: Asp 2.0: Cache Items Expiring in under a minute when set to
12
| > hou
| > | Date: Fri, 11 Nov 2005 08:04:03 -0800
| > | Lines: 20
| > | Message-ID: <1AF58A70-78D1-471D-963B-A7C68C454C2A@xxxxxxxxxxxxx>
| > | MIME-Version: 1.0
| > | Content-Type: text/plain;
| > | charset="Utf-8"
| > | Content-Transfer-Encoding: 7bit
| > | X-Newsreader: Microsoft CDO for Windows 2000
| > | Content-Class: urn:content-classes:message
| > | Importance: normal
| > | Priority: normal
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| > | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
| > | Xref: TK2MSFTNGXA02.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:357398
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | On an xp machine, the caching works as expected. I have deployed to a
| > win2k
| > | server, and an item I add to the cache expires almost immediately
some
| > times
| > | and in under a minute in other times. The aspnet_wp process is not
| > restarting
| > | during this time, and there are no other requests, so nothing should
be
| > | clearing this out. I have added a CacheItemRemovedCallback which
writes
| > debug
| > | info out to a DefaultTraceListener, but no output shows up on the
win2k
| > | machine, but works as expected on the xp machine.
| > |
| > | Caching code:
| > |
| > | Cache.Insert(key, documents, null, Cache.NoAbsoluteExpiration,
| > | TimeSpan.FromHours(12), System.Web.Caching.CacheItemPriority.Default,
| > | DocumentsRemovedCallback);
| > |
| > |
| > |
| > | --
| > | Adam Tuliper
| > | http://www.secure-coding.com
| > |
| > |
| >
| >
|

.



Relevant Pages

  • Re: Timer question
    ... You're welcome Richard, ... Steven Cheng ... Microsoft Online Support ... |> Cache, you can event not specify a expiration timeout. ...
    (microsoft.public.dotnet.general)
  • Re: ADAM process memory
    ... ADAM uses a dynamic cache allocation strategy. ... If other apps apply memory pressure, ... If you have a large DIT, and no other app is running on the machine, then it ...
    (microsoft.public.windows.server.active_directory)
  • Re: Failed to map the path /App_GlobalResources/
    ... The solution is to set security permissions for the aspnet user on ... Adam Tuliper ... > |> Microsoft Online Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ADAM - Does ADAM cache ldap searches
    ... ADAM does not cache searches like SQL does. ... We've created 10 test accounts for the load test ... > software to loop through for binding and directory searching against the ...
    (microsoft.public.windows.server.active_directory)
  • Re: Accordion (Ajax Control Toolkit relelase 20820) problem after migration to .Net 3.5
    ... To work it around I suggest you remove the output cache in this ... UserControl. ... I have sent you a concise demo project that can ... Microsoft Online Support ...
    (microsoft.public.dotnet.framework.aspnet)