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

Fix kfcgi fixedpool SIGHUP handling #3

Closed
wants to merge 1 commit into from
Closed

Fix kfcgi fixedpool SIGHUP handling #3

wants to merge 1 commit into from

Conversation

cornett
Copy link

@cornett cornett commented Apr 19, 2016

kfcgi is supposed to restart workers on receipt of SIGHUP, but exits
instead. The problem occurs because terminating workers triggers
SIGCHLD, which causes kfcgi to terminate.

kfcgi is supposed to restart workers on receipt of SIGHUP, but exits
instead.  The problem occurs because terminating workers triggers
SIGCHLD, which causes kfcgi to terminate.
kristapsdz pushed a commit that referenced this pull request Apr 19, 2016
when we next re-enter the wait loop.  (In fixed pool mode.)  This from a
modified patch #3 by
https://github.com/cornett -- thanks so much!
kristapsdz pushed a commit that referenced this pull request Apr 19, 2016
…, it

was printing the wrong message.
This does not change any functionality beyond that.
From part of a patch in #3 by
https://github.com/cornett -- thanks!
@kristapsdz
Copy link
Owner

Great catch! I merged this as two patches, as they're two different issues.

@kristapsdz kristapsdz closed this Apr 19, 2016
@cornett cornett deleted the hup-restart branch October 30, 2016 01:22
kristapsdz pushed a commit that referenced this pull request Jan 16, 2018
when we next re-enter the wait loop.  (In fixed pool mode.)  This from a
modified patch #3 by
https://github.com/cornett -- thanks so much!
kristapsdz pushed a commit that referenced this pull request Jan 16, 2018
…, it

was printing the wrong message.
This does not change any functionality beyond that.
From part of a patch in #3 by
https://github.com/cornett -- thanks!
kristapsdz pushed a commit that referenced this pull request Jan 20, 2018
when we next re-enter the wait loop.  (In fixed pool mode.)  This from a
modified patch #3 by
https://github.com/cornett -- thanks so much!
kristapsdz pushed a commit that referenced this pull request Jan 20, 2018
…, it

was printing the wrong message.
This does not change any functionality beyond that.
From part of a patch in #3 by
https://github.com/cornett -- thanks!
kristapsdz added a commit that referenced this pull request Mar 31, 2020
when we next re-enter the wait loop.  (In fixed pool mode.)  This from a
modified patch #3 by
https://github.com/cornett -- thanks so much!
kristapsdz added a commit that referenced this pull request Mar 31, 2020
…, it

was printing the wrong message.
This does not change any functionality beyond that.
From part of a patch in #3 by
https://github.com/cornett -- thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants