question
80 views
Testing when a server is down.
How does failure detection differ from the shutdown hook?
i.e. how can we forcefully cause a running server process to fail as opposed to using the shutdown hook via ctrl c?
Would this be done by sending a kill signal?