Skip to content
Snippets Groups Projects
Commit 806068b2 authored by rswindell's avatar rswindell
Browse files

Use a lock file (sbbslist.json.lock) to protect the database (sbbslist.json)

from corruption during concurrent operations. Although the list file is not
open shareable, I was observing corruption on Vertrauen when multiple sbbslist
tasks (e.g. verification and maintenance) were running concurrently on
different systems. The .lock file method is crude, but is working to protect
the list from concurrent opens of any kind (read or write).
parent 37e55ca3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment