Hacker News new | ask | show | jobs
by lisper 4009 days ago
I don't understand the question. Once it's running, it's like any other server, and you monitor it like you would any other server written in any other language.
1 comments

Speculation here, but based on the context, I think the question is: Some daemon-izer solutions will monitor the daemon and e.g. restart it if it's unresponsive. How do you handle this slash how is this handled in the Common Lisp world?
As a last resort, if Lisp becomes totally unresponsive, you kill the process and restart, same as any other language. But it's pretty rare to lose the REPL, so usually you can fix any unexpected problems through that.