On Mon, Mar 10, 2014 at 6:25 PM, Sandu Buraga <sandu.bur...@gmail.com>wrote:

> Hi,
>
> I am using WAL to read/write into a database from a single process with
> several threads. For performance reasons, along with the HDD database file,
> I am attaching an in memory db for storing temporary information. Each
> thread has it own handle. My question is: once attached the in memory db
> will be visible for all the handles?
>

No, not unless you want it to be.  See
http://www.sqlite.org/sharedcache.html#inmemsharedcache (section 6.0) for
instructions on how to make it shared.


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to