Memory Mapped Files .NET

Posted by CSharpAtl on Stack Overflow See other posts from Stack Overflow or by CSharpAtl
Published on 2008-12-10T19:02:51Z Indexed on 2010/04/27 11:33 UTC
Read the original article Hit count: 401

Filed under:
|
|
|

I have a project and it needs to access a large amount of proprietary data in ASP.NET. This was done on the Linux/PHP by loading the data in shared memory. I was wondering if trying to use Memory Mapped Files would be the way to go, or if there is a better way with better .NET support. I was thinking of using the Data Cache but not sure of all the pitfalls of size of data being saved in the Cache.

© Stack Overflow or respective owner

Related posts about memory-mapped-files

Related posts about .NET