caching data that survive an appl restart

G

Guest

hi, i need to cache data in memory for a web appl, which takes up to 1 GB
ram. and i don't want it to load everytime the appl restart (changing other
code files/replacing other dll etc). and i also want to avoid doing any
deserialization/mashalling etc.

basically i just like the speed of retrieving cached data from memory from
the same appl domain, but i don't want to reload the data when the appl is
restarted? is that possible?

thanks.
 
D

DavidG

Sounds like you will only consider in-process? 1GB of inprocess cached
data sounds alot to me, are you sure you can't consider other options?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top