Skip to content

C# shared memory stream classes and bidirectionnal event messaging for sharing data between processes.

License

Notifications You must be signed in to change notification settings

FFFF0h/SharedMemoryStream.Library

Repository files navigation

SharedMemoryStream

C# shared memory stream classes and bidirectionnal event messaging for sharing data between processes.

About

The SharedMemoryStream class library provides a set of C# classes that utilise memory mapped files for fast low-level inter-process communication (IPC) - specifically for sharing data between processes.

The library uses the .NET 4 MemoryMappedFile class in .NET 4.0+, and implements its own wrapper class for .NET 3.5.

Classes

Example Usage

About

C# shared memory stream classes and bidirectionnal event messaging for sharing data between processes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages