FHAN.Win32 6.1.4.11748

Additional Details

You MUST purchase an Oracle Berkeley DB XML from Endpoint Systems if you are using this package.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package FHAN.Win32 --version 6.1.4.11748
NuGet\Install-Package FHAN.Win32 -Version 6.1.4.11748
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="FHAN.Win32" Version="6.1.4.11748" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FHAN.Win32 --version 6.1.4.11748
#r "nuget: FHAN.Win32, 6.1.4.11748"
#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 FHAN.Win32 as a Cake Addin
#addin nuget:?package=FHAN.Win32&version=6.1.4.11748

// Install FHAN.Win32 as a Cake Tool
#tool nuget:?package=FHAN.Win32&version=6.1.4.11748

Figaro High Availability, or HA, adds support for replicated systems to Figaro Transactional Data Store (TDS). There are two basic reasons to build a replicated highly available system: scale and reliability.
   - Scale your transactional application beyond the processing constraints of a single system.
   - Deliver a highly reliable system where the failure of one node does not cause system-wide failure.

Replicated databases come in some different configurations. The HA layer of the Oracle Berkeley DB database engine can be configured for any of the replicated designs that involve a single writer as a master and multiple replicas allowing for read-only access to data.

Figaro HA supports the entire range of configurations from a simple hot standby with failover setup to a geographically diverse set of tiered replica clusters. Figaro HA makes no assumptions about how the nodes communicate with one another; it will support TCP/IP communications networks.

Figaro HA supports any topology regardless of the number of replicated nodes within it. Upon notification of a failure of the master node, an election algorithm will identify a new master so that processing can continue uninterrupted. Figaro HA can even be used as a completely diskless in memory reliable distributed storage system.

Choose Figaro HA when:
   - Single-system throughput isn't enough to meet your data requirements.
   - System uptime of %99.999 or better is a requirement.
   - The system must be able to survive node failure.
   - There is a need for consistent online backup of system data.
   - Your architecture calls for a hot-failover strategy.
   - Your hardware device has multiple redundant systems and must be able to fail from one to the other gracefully.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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