dedlfix: suchen DB bei 1.57 GB freiem Speicher

Beitrag lesen

Tach!

Für gleichzeitigen Zugriff von mehreren Systemen ist SQLite aber mit vorsicht zu genießen bzw. eigentlich schon von abzuraten.

Hast du dazu belastbares Material? Laut der SQLite-Dokumentation ist diesem Problem sehr wohl Rechnung getragen.

http://www.sqlite.org/lockingv3.html
"Locking and concurrency control are handled by the pager module. The pager module is responsible for making SQLite "ACID" (Atomic, Consistent, Isolated, and Durable). The pager module makes sure changes happen all at once, that either all changes occur or none of them do, that two or more processes do not try to access the database in incompatible ways at the same time, and that once changes have been written they persist until explicitly deleted."

dedlfix.