Container element.
The elements nested within this container determine how a core process is managed.
The following table lists descriptions of the contained elements.
|
Value |
Description |
|---|---|
|
Scope |
Specifies the level at which application instances are assigned to core processes. Scopes have an enclosing relationship with a strict ordering: adaptors contain virtual hosts, which contain applications, which contain instances, which contain clients. |
|
Distribute |
Specifies how to distribute application instances to processes. The value of the Distribute tag must be a scope that is lower in order than the value in the Scope tag (for example, if the value of Scope is adaptor, the value of Distribute can be vhosts, apps, insts, or clients). Distribution may be turned off by setting numproc to 0 or 1. |
|
LifeTime |
Specifies the lifetime of core processes. Process rollover happens only when the Scope element is set to inst. |
|
MaxFailures |
The value for this element determines the maximum number of core process failures that can occur before a core process is disabled. |
|
RecoveryTime |
Specifies the recovery time for a core. |
Send me an e-mail when comments are added to this page | Comment Report