We have about 70 sites on our server that use same application (with different Application Pools) and they use for example a shared skin file.
So is there a way to load this file to memory and share for all applications?
what I mean is to sharing cache in multiple websites to decrease pressure on server.
Thanks in advance
We have about 70 sites on our server that use same application (with different
Share
I agree with Dwefy. But if you need to share dynamic content in memory have a look at memcached