LockerProject / Locker

Locker - the "me" platform
http://lockerproject.org/
BSD 3-Clause "New" or "Revised" License
1.07k stars 123 forks source link

when lockerd goes away, all child processes should detect and exit #670

Open quartzjer opened 12 years ago

quartzjer commented 12 years ago

prob watch stdin/stdout close, or any http requests fail, should log and exit(1)

smurthas commented 12 years ago

another possibility, we could write out all pids to a file and have a simple wrapper script that kills them when it detects lockerd has died (killing mongod last). This could also serve to stop lockerd from starting with the same Me dir.