Q: Given a running instance of Akka microkernal, how do you shut it
down gracefully from the command line/terminal ?
The advice below [1] makes sense, "to let it crash", this would be a
ctrl-c in a windows console, which in fact do all the time in
development. But, it kind of feels "wrong" to do that for a production
environment!
It "feels" more "correct" to offer some kind of "-stop" option via a
command line tool. Can the Akka developers confirm that a "kill -9"
or windows "End process" is safe ? Or perhaps you should provide a
tool to shutdown, which under the covers might just kill the process,
but leaving everyone oblivious to the reality.
[1]
http://groups.google.com/group/akka-user/browse_thread/thread/b2434f5e190ef6f7/c55c6b3615526e42?lnk=gst&q=shutting+down+microkernal#c55c6b3615526e42