Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Startup.MultiInstance Property

Defines whether this is a multi-instance site (i.e., web farm, web garden) using cache sharing/file system sharing.

Class: YetaWF.Core.Support.Startup
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static bool MultiInstance { get; set; }

Remarks

A web farm/garden is only possible if shared caching is implemented (MultiInstance is true). If MultiInstance is true, cached data and the file system is shared between multiple site instances, otherwise only one instance is allowed.

See Also YetaWF.Core.Support.Startup ClassYetaWF.Core Overview