qwatson icon indicating copy to clipboard operation
qwatson copied to clipboard

Prevent multiple instances of QWatson from reading/writing concurrently on the same database files

Open jnsebgosselin opened this issue 6 years ago • 0 comments

Currently, it is possible to open multiple instances of QWatson that can read/write concurrently on the same database.

This is a huge potential source of crash, bugs, and conflicts. In order to prevent that, we would have to implement a system that locks the database files from being written when already opened in an instance of QWatson.

jnsebgosselin avatar Jun 27 '18 17:06 jnsebgosselin