Our software often runs into problems when run on USB keys. Specifically,
calls to sqlite to read/write to the database hang infinitely, or return
SQLITE_BUSY after even 10 seconds of waiting. The problem seems to be that
the database file gets locked and remains locked, presumably by some problem
with the usb key filesystem in conjunction with sqlite.  Has anyone seen
this before, or know of a workaround?

Thanks!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to