OutWit.Communication.Server.MMF 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package OutWit.Communication.Server.MMF --version 1.0.0                
NuGet\Install-Package OutWit.Communication.Server.MMF -Version 1.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OutWit.Communication.Server.MMF" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OutWit.Communication.Server.MMF --version 1.0.0                
#r "nuget: OutWit.Communication.Server.MMF, 1.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OutWit.Communication.Server.MMF as a Cake Addin
#addin nuget:?package=OutWit.Communication.Server.MMF&version=1.0.0

// Install OutWit.Communication.Server.MMF as a Cake Tool
#tool nuget:?package=OutWit.Communication.Server.MMF&version=1.0.0                

OutWit.Communication.Server.MMF

Overview

The OutWit.Communication.Server.MMF package provides server-side support for Memory-Mapped File (MMF) transport in WitCom.

Key Features

  • Ideal for IPC on the same machine.
  • Lightweight and efficient.

Usage

using OutWit.Communication.Server.MMF;

var server = WitComServerBuilder.Build(options =>
{
    options.WithMemoryMappedFile("MySharedMemory", 1024 * 1024);
});
Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 76 2/1/2025
1.1.0 56 1/25/2025
1.0.2 67 1/11/2025
1.0.0 93 1/2/2025