Assuming I've decided to use evil threads, and am opening a new connection in each thread, does it matter whether I use multithreaded (-DSQLITE_THREADSAFE=2) or serialized (-DSQLITE_THREADSAFE=1)? Any idea if one is faster than the other? I am using SQLite on Win32 and WinCE, and I'll be using shared caching (sqlite3_enable_shared_cache(TRUE)).
JAB -- John A. Belli Software Engineer Refrigerated Transport Electronics, Inc. http://www.rtelectronics.com _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

