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]

