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

ProcessGroup.join() won't block on descendant processes #24

Open
3 tasks
AstraLuma opened this issue Dec 12, 2017 · 0 comments
Open
3 tasks

ProcessGroup.join() won't block on descendant processes #24

AstraLuma opened this issue Dec 12, 2017 · 0 comments
Labels

Comments

@AstraLuma
Copy link
Member

ProcessGroup.join() ignores descendant processes (not direct children).

  • Base: Not sure if this is possible?
  • POSIX: The wait*() family of functions support PGIDs
  • Win32: I think WaitForSingleObject() will cover this? Language implies this only happens when job exceeds resource limits, not when it exits naturally.
@AstraLuma AstraLuma added the bug label Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant