472,983 Members | 2,928 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,983 software developers and data experts.

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

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

Nov 19 '05 #1
6 1725
Hi Adam,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Nov 19 '05 #2
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==?=" <ad*********@online.nospam>
| 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: <1A**********************************@microsoft.co m>
| 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
|
|

Nov 19 '05 #3
Kevin, has there been any update on this issue. I'm encoutering a very
similar situation on a windows 2000 development box.

thanks,
Paul

"Kevin Yu [MSFT]" wrote:
Hi Adam,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 21 '05 #4
keep track of the issue I opened at:
http://lab.msdn.microsoft.com/Produc...1-0279752cd1a0

My opinion when an exception occurs, the cache is cleared. Make sure no
exceptions are occuring in your code that you aren't seeing.

--
Adam Tuliper
http://www.secure-coding.com
<cheesy>Saving the world one line of code at a time</cheesy>
"PaulM" wrote:
Kevin, has there been any update on this issue. I'm encoutering a very
similar situation on a windows 2000 development box.

thanks,
Paul

"Kevin Yu [MSFT]" wrote:
Hi Adam,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Dec 2 '05 #5
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/Produc...1-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==?=" <ad*********@online.nospam>
| 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: <1A**********************************@microsoft.co m>
| 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
|
|

Dec 2 '05 #6
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==?=" <ad*********@online.nospam>
| References: <1A**********************************@microsoft.co m>
<Ob*************@TK2MSFTNGXA02.phx.gbl>
| 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: <CD**********************************@microsoft.co m>
| 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!TK2MSFT NGXA03.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/Produc...x?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==?=" <ad*********@online.nospam>
| > | 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: <1A**********************************@microsoft.co m>
| > | 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
| > |
| > |
| >
| >
|

Dec 5 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Brian Vallelunga | last post by:
I'm having a problem using the Cache object with asp.net. Here is what I have: 1) I put something in cache and set its callback method. 2) The object times out after X minutes and calls the...
1
by: Tony Hsieh | last post by:
Hi, So I have a asp page that displays the results of a database query that takes 3 minutes to run. I want to cache this dataset for 10 hours so I don't have to perform the 3 minute query every...
1
by: Bogdan Fiedur | last post by:
Hi All, Recently our production server asp.net cache expires on average every 5 seconds. Any clues why is this happening and how to fix it. Bogdan Fiedur
3
by: Jon | last post by:
I have a couple of tables I want to load into a dataset and keep around pretty much forever, although they will need to be refreshed every so often. I can either put the dataset into an...
3
by: MattC | last post by:
Hi, I am persisting the viewstate for each page into the Cache object, below is shown my methods for saving and loading: I am able to save the viewstate to the cache and most times I can load...
22
by: roadrunner | last post by:
Hi, Our website has recently been experiencing some problems under load. We have pinpointed a particular function which slows dramatically when we have these problems. Normally it should execute...
2
by: Don | last post by:
I've come across a weird behaviour with regards to the cache object. I couldn't find any documentation which could explain this. Basically the problem has to do with the cache item NOT expiring....
5
by: Stan SR | last post by:
Hi, Some newbie questions.. :-) First, what is the namespace to use for the Cache class ? When I use this bit of code I get an error if (Cache==null) Cache.Insert("myUserList",userlist);...
10
by: =?Utf-8?B?TmFkYXYgUG9wcGxld2VsbA==?= | last post by:
Hi Everybody, I'm trying to save some items in the asp.net cache, but they are removed from the cache WAY before they are supposed to (at least as I understand the documentation). I add the...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.