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

Reply via email to