Hello,

I want to use the in-memory storage for the following scenario :

- The content is added in the beginning (multiple insert statements)
- Afterwards, all the accesses will consist only of select queries. The
problem is that I want the read accesses to be executed, in parallel, from
multiple threads.

Is it possible? It seems that the each connection has its only in-memory
database and that two connection can not share the same memory zone. Can I
use the same connection in different threads if I only have read accesses?




-- 
Andrei Vancea
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to