(process) Use SIGCHLD for child termination notification instead of "reaper thread"

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 6
    • Component/s: core-libs
    • generic
    • generic

      After starting a new process on Unix,
      a "reaper thread" is started to wait for process termination via waitpid.
      It would save one Thread creation per subprocess invocation if we simply had
      a SIGCHLD handler that would set the hasExited field in the appropriate Process
      object.

            Assignee:
            Unassigned
            Reporter:
            Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: