Skip to content

Look into file locking for json db #14

@tomdaniel-it

Description

@tomdaniel-it

With the JSON database, it might be possible for simultaneous writes to a database json file, causing errors or unexpected behaviors.
Whenever a json db file is opened to write, all other read and write operations should be postponed (possibly with a simple lock, maybe with the php functionality flock) until the file is closed again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions