Samples of MemoryMappedFile in C# or .NET

  • Thread starter Thread starter Valerie Hough
  • Start date Start date
V

Valerie Hough

I am interested in a sample in C# (or any .NET) that shows the bare bones of
doing CreateFileMapping, et al. to share an existing file between two or
more processes on the same workstation. Any help would be greatly
appreciated.
Brian Hough
 
Hello, Valerie or Brian ?!

There are a lot of samples out there. To find them any popular search engine can
be used.

Google gave me following results on your question
- http://www.codeproject.com/csharp/csthreadmsg.asp
- http://www.codeproject.com/aspnet/VbNetMemoryMappedCache.asp
- http://www.eggheadcafe.com/articles/20050116.asp


VH> I am interested in a sample in C# (or any .NET) that shows the bare
VH> bones of
VH> doing CreateFileMapping, et al. to share an existing file between
VH> two or
VH> more processes on the same workstation. Any help would be greatly
VH> appreciated.
VH> Brian Hough



--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Back
Top