Sha256: cc1ee9908d3545e8ca6191db2e7479c409e2cd9583d803e6cdfebb7fc2c28049
Contents?: true
Size: 997 Bytes
Versions: 4
Compression:
Stored size: 997 Bytes
Contents
# Why this fork? Bluepill worked well for us on http://ridewithgps.com up through version 0.0.60, after which they introduced the process journal. The Process journal is a flawed idea - persist to disk a journal of all PIDs underneath a watched process in bluepill. Due to a variety of bugs, PIDs end up in the journal (sometimes growing uncontrollably, filling log files with gigs of data) well after the original process has exited. Given that PIDs are not unique and are in fact regularly reused, and that Bluepill kills all processes with PIDs in the journal file when it is restarted, terrible bugs ensue. If not running privileged, bluepill dies. If running privileged, other unintended processes die. This fork will likely not be maintained, aside from ensuring it works with updated ruby versions. # Bluepill Bluepill is a simple process monitoring tool written in Ruby. Check out the original Bluepill repo for information about the tool: http://github.com/bluepill-rb/bluepill
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bluepill-rwgps-0.0.63 | README.md |
bluepill-rwgps-0.0.62 | README.md |
bluepill-rwgps-0.0.61 | README.md |
bluepill-rwgps-0.0.60 | README.md |