It seems to me that the FAQ entry on threading is outdated and should
point to <http://sqlite.org/threadsafe.html> instead.

Due to locking issues in concurrent, garbage-collected languages,
last-resort finalization of statement and database objects has to
happen in a separate finalization thread.  The documentation mentioned
above does not explicitly mention it, but I assume this is safe in
SQLITE_CONFIG_MULTITHREAD mode (provided that the finalizer thread
does not touch objects used by the main thread).

It would also be helpful to know in what version the
SQLITE_CONFIG_MULTITHREAD option was added to SQLite (or if the
previous threads-afe behavior matched SQLITE_CONFIG_MULTITHREAD).
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to