1
vote
2answers
36 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
51 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
13 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
60 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
2answers
26 views
Caching dynamic images in Rails
I am using the rmagick gem for generating dynamic images from a controller. The controller takes an id as a param, does a look up on a model, writes text over an existing image, and outputs it.
I …
0
votes
0answers
10 views
PageMethod get caching site back on live server but noch local
Hi guys,
I build a site with timers. These timers are normal labls and filled by a PageMethod.
So I run every second a javascript which calls the page method. The Page method calculate many things, …
0
votes
1answer
80 views
+250
Enable pdf caching in IE
At first, caching didn't work in all browsers. Then I made it work in all browsers but IE (IE8) by adding .pdf extension to the url. Servlet stopped being called after that.
I display pdf file inline …
0
votes
0answers
33 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 …
0
votes
3answers
39 views
Iphone Caching Problem
Hello,
when I call
-(IBAction)goback:(id)sender
{
NSURL *xmlURL=[NSURL URLWithString:@"http://demo.komexa.com/sicherungsbereich.xml"];
NSURLRequest *request = [NSURLRequest …
0
votes
4answers
48 views
Memcache vs APC for a single server site data caching
I have a single server site thats pushing 200k unqiues per day, and the traffic doubles roughly every 40 days (for the last 5 months anyway).
I pretty much only plan to cache the output of …
0
votes
2answers
52 views
understanding hibernate first level cache
session.open
insertIntoTODB()
getList()
session.close
session.open()
getList();
sesson.close()
1st leve cache is only bounded in session open and close and for 2nd subsequent session open, …
0
votes
2answers
65 views
web application session cache
I want to cache data for a user session in a web application built on struts.What is the best way to do it .Currently we store certain information from the DB in java objects in the user's session …
0
votes
1answer
10 views
Clearing the static file cache from client machine in ASP.NET MVC
I have an ASP.NET mvc application hosted on a server. I am continually updating my CSS and JS files for the application. After changing the files and updating the same on server, when I hit the URL …
0
votes
0answers
6 views
where can i find SharedCache with fluent nhibernate getting started fuid
where can i find SharedCache with fluent nhibernate getting started guid
1
vote
3answers
58 views
Caching to a local SQL instance on a web server
I run a very high traffic(10m impressions a day)/high revenue generating web site built with .net. The core meta data is stored on a SQL server. My team and I have a unique caching strategy that …
