On Tue, Dec 7, 2010 at 6:51 PM, Richard Hipp <d...@sqlite.org> wrote: > You have to have multiple processes really hammering away at the > database in order to get this to happen, which is apparently what you > are doing, huh. And we've only seen this on variations of unix, not > on windows. Does this jive with what you are seeing?
Sounds like it - I am running on Linux and have a bunch of worker processes contending to open and update databases. Adding the sched_yield may have reduced the number of errors. It's sort of difficult to gauge the frequency, but there's not an order of magnitude difference or anything. -- Mike Barton _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users