On Fri, Feb 19, 2010 at 12:18 AM, Simon <[email protected]> wrote: > However, it seems that some process (that can take several tens of seconds) > in the first sqlite3_step does not test for interrupt (resulting in > simultaneous uninterrupted concurrent threads...)
Do you have a separate database connection for each thread? Are the long-lived threads busy or blocking? (Press pause in XCode and examine the stack traces of each thread.) Best wishes, Hamish _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

