Hello Experts: We are compiling our own amalgamation into our multi-threaded iOS app.
Just saw a busy error where one thread is in sqlite doing an fsync() (unix_sync(), full_fsync()) and the the thread that gets the error is trying to start a transaction. So it looks like fsync() is taking more than the 5 second timeout I've set. What do you think? Should I make the timeout longer, or #define SQLITE_NO_SYNC, or? Thanks, as always, -- Ward _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users