Hacker News new | ask | show | jobs
by trallnag 261 days ago
But aren't many single-user apps still multi-platform? For example as an Android application but also as a web app the user might access from his desktop device?
1 comments

Ye that's fine because same user access wont be concurrent. We're avoiding data corruption or the need to take out an expensive and broad write lock.