Tagged Questions

0
votes
3answers
21 views

Distributed caching on 64-bit Windows machines

Are there any production-ready distributed caching mechanisms like memcached that can be used in a Windows 64-bit environment? From what I've seen, memcached is run on linux machi …
2
votes
4answers
82 views

What Are the Patterns and Best Practices for Caching in ASP.NET?

We are working on a large legacy application and we're redesigning the business layer and the data layer. We believe that it is a good time to redesign the way cache is handled. Ar …
1
vote
1answer
12 views

Local Data Cache Sync does not save client changes to sdf file

I created a new c# project and follwed the steps from this tutorial to create a LocalDataCache: http://www.codeproject.com/KB/database/AdoSyncServicesArticalPKg.aspx?fid=1526739&a …
0
votes
3answers
30 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 …
2
votes
3answers
22 views

Cached image problem

Hey all. Right, my problem is that I need to replace an image that appears on every page of a site, which is fine, the problem is I want every user to see the new image and not a …
2
votes
4answers
57 views

Persistence strategy for low latency reads and writes

I am building an application that includes a feature to bulk tag millions of records, more or less interactively. The user interaction is very similar to Gmail where users can tag …
4
votes
6answers
149 views

How best to manage Linux’s buffering behavior when writing a high-bandwidth data stream?

Hi all, My problem is this: I have a C/C++ app that runs under Linux, and this app receives a constant-rate high-bandwith (~27MB/sec) stream of data that it needs to stream to a …
0
votes
1answer
24 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 …
2
votes
2answers
69 views

caching trouble: dynamic css files

I have some css files that need to be generated dynamically (why is complicated, but it's necessary). The easy solution is to change the files to aspx files, and use <%= %> tag …
3
votes
4answers
63 views

Caching large number of pages on php site

I'm involved in a project that will end up creating around 10 million new pages on an existing site. The site, and the new project, are built with CodeIgniter and connecting to MyS …
0
votes
0answers
17 views

Hibernate Second-Level Query Cache not working Eager Fetching

In NHibernate Profiler I observed that when I use eager fetching on an association, using "left join fetch" in an HQL Query or .SetFetchMode() in a Criteria Query the query no long …
2
votes
4answers
128 views
+100

SQL Server 2005, Caches and all that jazz

Hi all Background to question: I'm looking to implement a caching system for my website. Currently we're exploring memcache as a means of doing this. However, I am looking to see …
1
vote
2answers
38 views

NHibernate concurrency / cache problem

I have two applications running on a machine, where NHibernate is used as an ORM. One app is managing objects (CRUD operations), while the other is processing the objects (get, pro …
1
vote
6answers
161 views
+100

Managing Cache Invalidation

Just wondering how you guys manage your cache invalidations. Given that there might objects (hundreds and thousands) in the cache that might be triggered by different algorithms or …
0
votes
0answers
16 views

timthum caching

Hello, Does anyone know why the PHP script timthumb 1.09 is working like this? ie8, pc, cache is cleared page with images srcs modified a la timthumb is requested images that …

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