On 27 Oct 2003, at 5:20, Greg Obleshchuk wrote:

So if anyone is using SQLite in a web application that is used by lots of
people I would love to here about any problems or just of your success.

I have a *very* large scale web application using SQLite as a backend, but we segment it sensibly. Cross-user information is stored in SQL Server, and per-user information is stored in SQLite. That allows us to scale very very well (to places even SQL Server couldn't touch). We don't suffer the usual concerns about locking in a web app because multiple users are talking to different SQLite DBs.


Matt.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to