RiotControl
RiotControl copied to clipboard
SQLite locking issue
SQLite will often result in simultaneous queries to fail, with the driver throwing an exception saying "database locked". This really shouldn't happen. I'm pretty close to just dumping SQLite entirely, because it's just that terrible. A workaround... which might make the system even slower... would be using mutexes for queries, which is absolutely outrageous.