io7m-com / exfilac

Simple, reliable, automated S3 uploads for Android
https://www.io7m.com/software/exfilac
ISC License
8 stars 1 forks source link

Consider completely serializing access to SQLite #26

Closed io7m closed 2 weeks ago

io7m commented 4 weeks ago

Creating a transaction should acquire a single-token semaphore. It seems like SQLite is really just too unreliable to call from multiple threads, even with retries and other mitigations.

io7m commented 4 weeks ago

https://github.com/io7m-com/darco/issues/33

io7m commented 2 weeks ago

Done.