Can some one tell me if the sharing of connection is possible even when the shared cache mode is disabled?
-Shailersh > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Shailesh Birari > Sent: Monday, April 14, 2008 11:24 PM > To: [email protected] > Subject: [sqlite] Connection Sharing across threads > > In one of the wiki entries, > http://www.sqlite.org/cvstrac/wiki?p=MultiThreading > <http://www.sqlite.org/cvstrac/wiki?p=MultiThreading> , I > read that application cannot share the sqlite connection > across threads. However in another posting at > http://www.sqlite.org/sharedcache.html > <http://www.sqlite.org/sharedcache.html> I read that with > 3.5.0 update, the connection can be shared. > > >>>>>>> > > In version 3.5.0, shared-cache mode was modified so that the > same cache can be shared across an entire process rather than > just within a single thread. Prior to this change, there were > restrictions on passing database connections between threads. > Those restrictions were dropped in 3.5.0 update. This > document describes shared-cache mode as of version 3.5.0. > > >>>>>>> > > Is the sharing of connection possible even when the shared > cache mode is disabled? or is it possible only when shared > cache is enablesd? > > > > Kindly let me know > > > > regards > > Shailesh > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

