reduce file locking resolution in multi-process locking
Offen
- Vorherrschende Sprache
- Haskell
- Sterne
- 952
- Forks
- 50
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
The current implementation is rather naïve/too- wide in its scope. Transaction data could conceivably be optimistically written to disk before grabbing the lock, but this means we likely need to reduce the STM evaluation scope as well. This needs a solid plan before implementation.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.