https://github.com/mback2k/group-job
Utility program to put a process and all its childs into the same job group
https://github.com/mback2k/group-job
Last synced: 11 months ago
JSON representation
Utility program to put a process and all its childs into the same job group
- Host: GitHub
- URL: https://github.com/mback2k/group-job
- Owner: mback2k
- License: other
- Created: 2016-03-25T20:15:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T10:49:18.000Z (over 7 years ago)
- Last Synced: 2025-04-03T06:30:39.561Z (about 1 year ago)
- Language: C++
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Group-Job
=========
This program is intended to be used within a continuous integration
environment, for example with Buildbot. It wraps a process and puts
it and all its children into the same Windows process job group.
If the main process is exited, killed or terminated, this wrapper
and all child processes within the process job group are killed.
I developed this utility in order to run the curl testsuite with
Buildbot and let it kill all child processes on error or timeout.
Usage: `group-job `
License
-------
Copyright (c) 2012 - 2016, Marc Hoersken,
This software is licensed as described in the file COPYING, which
you should have received as part of this software distribution.
All trademarks are the property of their respective owners.