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

Add apache.register_cleanup().

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.1.4
    • 3.2.7
    • core
    • None

    Description

      The only way to register cleanup methods to be executed upon child termination
      is through req.server.register_cleanup(). Since the cleanup method isn't specific
      to a request, it seems that there should also be an apache.register_cleanup(). This
      would allow cleanup function registration upon child termination to be done from
      a module imported using the PythonImport directive.

      Attachments

        1. register_cleanup.diff.txt
          4 kB
          Graham Phillip Dumpleton

        Activity

          People

            Unassigned Unassigned
            grahamd Graham Phillip Dumpleton
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: