Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Invoke command using shell builtin exec #11

Merged
merged 1 commit into from Aug 8, 2013
Merged

Invoke command using shell builtin exec #11

merged 1 commit into from Aug 8, 2013

Conversation

kiesel
Copy link
Member

@kiesel kiesel commented Aug 8, 2013

This pull requests fixes running commands in a process management environment as eg. supervisord, but not forking children, but replacing the runner process with the php process.

  current process with the newly forked subprocess

  This shortens the `ps` output footprint, as the invoker script, eg.
  `xpcli` will no longer appear there. Also this makes process control
  work where other processes start a runner, remember its PID and later
  send a KILL signal to that PID; before this change, it just killed
  the runner process, leaving the underlying `php` process alive.
kiesel added a commit that referenced this pull request Aug 8, 2013
@kiesel kiesel merged commit d5ee111 into master Aug 8, 2013
@kiesel kiesel deleted the fix-kill branch August 8, 2013 08:34
@thekid
Copy link
Member

thekid commented Aug 10, 2013

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants