Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When receiving a SIGTERM wait() for children #1

Closed
wants to merge 3 commits into from
Closed

When receiving a SIGTERM wait() for children #1

wants to merge 3 commits into from

Commits on Nov 14, 2012

  1. traffic_cop: wait() for children on SIGTERM

    rework traffic_cop's signal handling to register a handler for
    SIGTERM. In this handler we now send SIGTERM to all children
    and then wait() for them.
    This should allow us to handle restarts in upstart more gracefully.
    
    Finally, we simplify the handling on Linux by no longer parsing
    /proc: It's not necessary. Linux is a POSIX system too.
    igalic committed Nov 14, 2012
    Configuration menu
    Copy the full SHA
    00d0342 View commit details
    Browse the repository at this point in the history
  2. cleanup: get rid of ink_killall implementation

    After ripping it out from the code, remove it the Linux-specific,
    /proc parsing ink_killall implementation.
    igalic committed Nov 14, 2012
    Configuration menu
    Copy the full SHA
    f7735f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6de8a0 View commit details
    Browse the repository at this point in the history