Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-336

configurable STATUS interval

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • Major
    • None
    • 1.2.4.Final
    • None
    • None

    Description

      The frequency of STATUS MCMPs is the backgroundProcessorDelay of the engine of the web system and there is no way to change it currently.

      While there is not a way to change that backgroundProcessorDelay, can we add a configurable delay within mod_cluster instead? Maybe something like this wrapping the web engine background processor's calls into mod_cluster:

      if (currentTime > lastStatus + delay) {
         // handle STATUS
         lastStatus = currentTime
      } else
         // do nothing
      

      Thus the frequency of the background processor calls isn't changed as expected, but the frequency with which it can actually result in a STATUS MCMP through mod_cluster is.

      Attachments

        Activity

          People

            rhn-engineering-jclere Jean-Frederic Clere
            rhn-support-aogburn Aaron Ogburn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: