Monday, June 17, 2013

MemoryMappedFile Class (.NET 4+)

MemoryMappedFile Class (System.IO.MemoryMappedFiles):

A memory-mapped file maps the contents of a file to an application’s logical address space. Memory-mapped files enable programmers to work with extremely large files because memory can be managed concurrently, and they allow complete, random access to a file without the need for seeking. Memory-mapped files can also be shared across multiple processes.

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)


podcast: Kate Gregory Builds Smart Clients @ .NET Rocks

No comments: