SQLite Forum

What does, if many threads and/or processes need to write the database at the same instant, mean?
Login
Hmm. Changing the busy timeout value solved the problem. Now I am simulating thousands of writes from the two machines and all runs fine.

```
$sqlite_db->busyTimeout(500);
```

However, I don't know what a reasonable timeout is.