Linked by Thom Holwerda on Mon 20th Apr 2009 19:00 UTC
Thread beginning with comment 359583
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2007-03-07
And uses database level locking. Not exactly going to be super fast if your site becomes popular.
I would not build a public facing Web site that uses SQLite as a backend. If your site takes off, you will find yourself having to migrate to a different database.
Fr intranet sites though that are only visited by a known number of people, then it can work great. But for a public Web site? Don't do it.