-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Caching is a popular topic when we are building a high performance and high scalable system not only on top of the cloud platform but the on-premise environment as well. On March 2011 the Windows Azure AppFabric Caching had been production launched. It provides an in-memory, distributed caching service…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using eclipselink JPA with a database which is also being updated externally to my application. For that reason there are tables I want to query every few seconds. I can't get this to work even when I try to disable the cache and query cache. For example:
EntityManagerFactory entityManagerFactory…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
simple question about an area im not familiar with.
which one is best for caching?
are there other options?
cause i want to be sure which one to use before i learn it. so i dont have to realize afterwards that it was a bad choice.
so would be great if someone could shed a light on this topic.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can someone provide me with an optimize .htaccess configuration that handles compression, browser caching, proxy caching, etc. for a typical website?
Aside from my visitors, I'm also trying to make Google PageSpeed happy.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
whats the correct way to cache a object(DataSet) and then get it and when it expires repopulate it with out a major hiccup in the application... the application relies on this data to be there for read only purposes.
>>> More