eubsoft / radedit

Build Node.js apps together quickly.
MIT License
3 stars 0 forks source link

Monitor and restart apps #28

Closed sameubank closed 10 years ago

sameubank commented 10 years ago

When an app starts, it should write /logs/app.pid. The RadEdit manager should use pid files to detect app status on startup, and apps should delete their pid files on exit. The manager should listen for exits and automatically restart apps.