riboseinc / sse-elements

Tools & widgets for implementing static site editor (structured data entry) frontends in Electron
MIT License
0 stars 0 forks source link

Race conditions when operating on filesystem #4

Open strogonoff opened 5 years ago

strogonoff commented 5 years ago

When two edits come in quick succession, which is entirely normal, they may be processed by app’s backend simultaneously. This may cause data to be left in inconsistent state.