Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
dkharrat
10y ago
0 comments
Share
An example where kill -9 can screw things up is killing a database process (e.g. MySQL, mongo, etc). Killing it with -9 will most likely lead to data corruption/loss, as the process might be in the middle of flushing to disk for example.
undefined | Better HN
0 comments
default
newest
oldest
ryanpetrich
10y ago
Any database that can't recover from kill -9 is not worth trusting your data with.
j
/
k
navigate · click thread line to collapse