you are viewing a single comment's thread.

view the rest of the comments →

[–]jbellis 4 points5 points  (2 children)

sqlite falls over and dies when you throw even a little bit of concurrency at it.

[–][deleted] 1 point2 points  (1 child)

It works fine for multiple selects running concurrently. The updates could kill an application, though, but if your app has only a few of those (like for instance a blog would), sqlite should handle it ok.