https://github.com/gomodules/reaper
https://github.com/gomodules/reaper
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gomodules/reaper
- Owner: gomodules
- License: apache-2.0
- Created: 2020-11-04T19:16:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T21:50:28.000Z (over 3 years ago)
- Last Synced: 2025-01-23T07:13:57.502Z (over 1 year ago)
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reaper
Forked from https://github.com/openshift/library-go/tree/cf37770a6367744d5b9e4e1f87c8705ea89c7587/pkg/proc
xref: https://github.com/openshift/library-go/pull/127/files
Background:
- [Docker and the PID 1 zombie reaping problem](https://blog.phusion.nl/2015/01/20/docker-and-the-pid-1-zombie-reaping-problem/)
- [WAIT(2) ](http://man7.org/linux/man-pages/man2/wait.2.html)