[Heimdal-source-changes] [heimdal/heimdal] e01466: Further improve kdc child process management

GitHub noreply at github.com
Mon Okt 30 23:39:25 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: e014662651f2615d7a15a3910d8517cf250f8fb1
      https://github.com/heimdal/heimdal/commit/e014662651f2615d7a15a3910d8517cf250f8fb1
  Author: Viktor Dukhovni <viktor at twosigma.com>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M kdc/connect.c

  Log Message:
  -----------
  Further improve kdc child process management

- Simplify child process creation rate limit by moving
  select_sleep() to happen right after the parent fork().

- Consider child pid table slots to be empty if the pid is
  non-positive, rather than just -1 or just 0.

- Log warnings should we ever spawn a child with no free
  slot to track it, or reap a child that does not match
  a tracked slot.




More information about the Heimdal-source-changes mailing list