|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
caching data that survive an appl restarthi, 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. 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.
Other interesting topics
Basic question about database connection in ASP.NET
Why so much trouble with ellipses? File Download Seeking examples of screen scraping.... Issue with ASP.NET 2.0 Global asax Can't open asp xml page Question about string Error: 'CreateUser' is not a member of 'Membership' FormsAuthentication.SignOut() and User.Identity 3-Tier Binding Problem ????????? |
|||||||||||||||||||||||