Hi,

I want to use the feature that enable WAL to use heap memory instead of 
shared memory for WAL index.
Using locking_mode=exclusive is not good enough option, since I want to 
access the DB from two threads, and with locking_mode=exclusive I get 
"database is locked" error.

How can I use in memory WAL index while using multiple DB connections?

Thanks in advance,
Yoni.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to