|
|
|
|
|
by bawolff
539 days ago
|
|
I think people overstate this. Yes, the sqlite concurrency model is a bad choice if you have a high degree of concurrent writes. However for many applications that simply isn't true. When it comes to websites i think people significantly overestimate the amount of concurrent writes. |
|
Even if you don’t use message passing to use one thread to perform all updates/writes, it still performs very solidly for many use cases.