Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting fix.


Excerpt


Description:

MinRestartInterval parameters sets a minimal interval value in seconds between restarts of the second cascade process. Before starting a new process, a process thread will check the time when the replaceable process has started and failed. If the time from start to failure doesn't exceed the minimal interval value, a new process thread will wait until it is reached and then start a new process.   Such an approach helps to avoid an endless loop of starting processes that might cause nearly 100% CPU consumption.

Parameter type:Number
Default value:10
Possible values:1..60


Code Block
languagexml
themeEmacs
<MinRestartInterval>10</MinRestartInterval>


...