Home All Groups Group Topic Archive Search About

caching data that survive an appl restart

Author
13 Jan 2006 7:19 AM
tin
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.

Author
13 Jan 2006 11:12 AM
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?

-----------------------------------------
David Gray
ASP.NET/C# Developer/Architect (MCAD.NET)


On Thu, 12 Jan 2006 23:19:01 -0800, tin
<t**@discussions.microsoft.com> wrote:

Show quoteHide quote
>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.

Bookmark and Share