From: Clifford Heath Date: 2007-10-15T11:05:03+09:00 Subject: Re: SQLite3::SQLException: SQL logic error or missing database Une B�vue wrote: > I've read a lot of people reporting probs with SQLite3 and this error > message : > > SQLite3::SQLException: SQL logic error or missing database SQLLite doesn't handle multi-threading. I don't see any in your example, but it bit me, for example using it with Webrick. Switched to mongrel, problem vanished - mongrel only handles one request at a time per process. Clifford Heath.