OutWit.Communication.Server.MMF
1.0.0
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
net5.0-windows7.0
- OutWit.Communication.Server (>= 1.0.0)
-
net6.0-windows7.0
- OutWit.Communication.Server (>= 1.0.0)
-
net7.0-windows7.0
- OutWit.Communication.Server (>= 1.0.0)
-
net8.0-windows7.0
- OutWit.Communication.Server (>= 1.0.0)
-
net9.0-windows7.0
- OutWit.Communication.Server (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.