asp.netcachingmemoryshare

Is there a way to share an in-memory object between multiple websites?


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 share cache in multiple websites to decrease pressure on server.


Solution

  • I agree with Dwefy. But if you need to share dynamic content in memory have a look at memcached