Tagged Questions

0
votes
1answer
38 views

IIS 7 returning an old version of a constantly changing file

I'm trying to use IIS7 to host a HTTP Live Streaming server. For those not familiar with HTTPLS: an audio or video stream is broken into small segments and made available on a web server. Along with …
1
vote
0answers
17 views

Scaling Rails with Cache-on-write

I currently have a rails app that uses the traditional caching. cache do blocks are used to cache slow-rendering partials. This works great for the most part, except for a few pages which take too …
1
vote
6answers
87 views

Does jQuery $(this) need to be cached.

Hello, I recently came accross some blog posts about jQuery performance (i.e. http://net.tutsplus.com/tutorials/javascript-ajax/10-ways-to-instantly-increase-your-jquery-performance/) and it was …
0
votes
5answers
110 views

How does the browser know a web page has changed?

This is a dangerously easy thing I feel I should know more about - but I don't, and can't find much around. The question is: How exactly does a browser know a web page has changed? Intuitively I …
1
vote
3answers
59 views

Start loading next page while browser is idle

I have product website. On one page I show thumbnails and a brief description of all the products. When you click on the photos, you get to a detailed product page. Is there a way to get the browser …
0
votes
0answers
6 views

Is there an easy way to combine memcache and a disk cache in a Rail app?

My Rails app uses memcache for fragment, action and other caching but has a long tail of infrequently accessed items so its hard to keep them all in the cache without making it really huge and …
0
votes
1answer
19 views

Force clear EJB3 cache in Glassfish

I have application written in Java that is using EJB3 + Toplink. I'm using Glassfish as my app. server. Sometimes the data that has been cached is old and I need to clear my cache manually. I know …
1
vote
3answers
52 views
+100

NHibernate Caching Objects Based on Parent Class’s ID

I have the following definitions for the Animal and Dog types. Note that the ID for the object is the AnimalID: <class name="Animal" table="Animals"> <id name="Id" type="System.Int32" …
0
votes
2answers
35 views

Unusual javascript HTTP caching / undefined issues

Ok. I have never seen anything like this before and I am quite confused... On a website I am working on, there are two JavaScript includes. (Well, many more, but the problem occurs with only two). …
3
votes
5answers
62 views

Caching data by using hidden divs

I'm trying to speed up response times in my ajax web application by doing the following: Say the user requests a page whose contents don't change (e.g a web form). When the user makes a different …
1
vote
5answers
82 views

Caching in a clustered environment

Caching your data in your application code is generally a good idea for many reasons. We have being doing this for quiet some time in our shared environment which includes ColdFusion, .NET, and PHP. …
1
vote
4answers
62 views

Cache java compilation

Is there any posibility to cache java compilation like ccache does for C or C++ compilation? I have a lot code to compile, and I compile the same code many times, so it took a lot of time. So I …
0
votes
0answers
18 views

NSString Caching Problem

Hello, i have got a Problem with Caching data. My last Post was closed, because i have made something wrong. (Dont know yet,..but does not matter) I get Content with InitwithContentURL,and i receive …
2
votes
5answers
62 views

Javascript caching question

I'm making an application that draws a lot of widgets and tiles on a canvas. The core UI will be defined by a long string of characters and drawn at page load by javascript. Since that core UI is big, …
0
votes
0answers
37 views

hibernate not returning all distinct rows

when i make a call with hibernate i expect three unique results however hibernate is returning three identical results. Can anyone tell me if this is an issue with how hibernate cache a tables …

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