Uploaded image for project: 'mod_python'
  1. mod_python
  2. MODPYTHON-145

Make number of mutex locks configurable at apache startup

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.3.x
    • 3.2.10, 3.3.1
    • core
    • None

    Description

      The number of locks can already be specified at compile time usine ./configure --with-max-locks=value
      For completeness, the maximum number of mutex locks created by python_init should be configurable via a PythonOption. The number of locks will only be set if the PythonOption directive appears in the server context. Any other context will be ignored.

      PythonOption mod_python.mutex_locks value

      The implementation of this will be similar to the code required for http://issues.apache.org/jira/browse/MODPYTHON-131.

      The number of locks can already be specified at compile time usine ./configure --with-max-locks=value

      Attachments

        Activity

          People

            jgallacher James Paul Gallacher
            jgallacher James Paul Gallacher
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: