Tagged Questions

0
votes
3answers
31 views

ASP.NET Data Cache - preserve contents after app domain restart

I am using ASP.NET's data caching API. For example: HttpRuntime.Cache.Insert(my_data, my_key); Is there any way to configure cache so its contents are preserved when the App Dom …
0
votes
1answer
25 views

How to determine the size of an ASP.net Cache Item?

I know that its possible to get the total size of the ASP.net Cache (http://stackoverflow.com/questions/344210/how-to-determine-total-size-of-asp-net-cache) But is it possible to …
0
votes
2answers
14 views

How to clear IconCache in windows7 via NSIS

Hi folks! I have a problem with installing of my application via NSIS in windows 7. Application installs successfully, but instead of myApplicationsIcon windows shows generic icon …
1
vote
5answers
147 views

CPU cache flush

I am interested in forcing a CPU cache flush in Windows (for benchmarking reasons, I want to emulate starting with no data in cpu cache), preferably a basic C implementation or win …
1
vote
3answers
49 views

Query Caching in MySQL

Ok, I am building a fairly large statistics system, which needs to allow users to requests statistics for a given set of filters (e.g. a date range). e.g. This is a simple query t …
5
votes
2answers
120 views

Cache Line Alignment (Need clarification on article)

I've recently encountered what I think is a false-sharing problem in my application, and I've looked up Sutter's article on how to align my data to cache lines. He suggests the fol …
1
vote
1answer
43 views

sphinx is returning stale results

Environment: Memcached, Rails 2.2.2 + cache_money, Sphinx + thinking sphinx The following yields stale results: - add a record; mysql contains the correct data - the record is pr …
0
votes
3answers
92 views

Does Django cache templates automatically?

I'm new to Django and trying to implement a voting system between two images. However, it looks like the page is being cached or something because when I refresh it, some values a …
0
votes
1answer
19 views

Random access of multiple files and file caching

This relates to some software I've been given to "fix". The easiest and quickest solution would make it open and read 10 random files out of hundreds and extract some very short st …
1
vote
2answers
52 views

How to tell clicking “back” to load the cache?

I realize that you can't 100% know that this will work in all browsers. All I care about is IE 8, Chrome, and Firefox. I need some base headers that I can put at the top of my PH …
1
vote
3answers
52 views

Synchronizing filesystem and cached data on program startup

I have a program that needs to retrieve some data about a set of files (that is, a directory and all files within it and sub directories of certain types). The data is (very) expen …
0
votes
2answers
29 views

PHP equivalent of ASP.NET Application/Cache objects

My Google-fu hasn't revealed what I'm looking for, so I'm putting this one out to the crowd. Coming from an ASP.NET development background, I'm used to having the Application and …
0
votes
1answer
23 views

When is a cached stylesheet refreshed in Rails ?

In a Rails application, if I group several stylesheets into one using caching, will the resulting file be automatically refreshed when one of the stylesheets is updated ? styleshe …
0
votes
0answers
34 views

create image cache - large png images

Hi all I am a first time poster. I have a problem that seems very common to a lot of people but I can't seem to find or decipher an answer anywhere. The game I'm making has 3 rat …
0
votes
2answers
37 views

Cache And Compare Files In C#

Ok, I'm trying to make an application for an online Radio Station. I have it set to read the song title and artist and write it to a text file on the webserver. I want to have th …

1 2 3 4 5 43 next
15 30 50 per page