Review Unix-specific file removal code (per #22)
bjcairns opened this issue · 0 comments
bjcairns commented
The use of lsof
in #22 will allow testing of code to protect open database files, and error handling is implicit.
However, some errors (especially if lsof
is missing/unavailable) will be misreported and better handling might be useful.
This code needs review and consideration on how to best implement this fix to #5.