6 ms·
If the file is that important, it shouldn't be stored in the VM, but on some sort of more robust storage system.
by aperrien 4mo ago
If the file is that important, it shouldn't be stored in the VM, but on some sort of more robust storage system.
- ohnei 4mo agoThe standard for pretty much any multiuser app of a reasonable size is a quorum of SQL or noSQL DBs preferably as a single source of truth for all retainable state. Personally, I think foundationDB is the closest to an attempt to make the minimal viable base layer that I've encountered. But C/C++ based and then owned by apple make it not suitable for the role.