Gadfly (database) - Concurrency

Concurrency

Because it lacks true concurrency control and file-system based indexing it is not appropriate for very large multiprocess transaction-based systems.

Two applications may access the same database concurrently. However, changes made by one application may not be seen by the other application until after it restarts. This may be because each application loads the database in-memory at startup only.

Read more about this topic:  Gadfly (database)