Hellow!

I write small orm based on sqlite database from ios - application! I have one 
or more question about multi-thread in sqlite. 
Today for fetch or write information from different thread, i lock thread if 
database is lock(write, read,e.t.c) But i don’t want lock my thread. I read 
from documentation about «vfs» technology in sqlite. Does it make sense to 
create vfs object and write information there, while database lock, and then 
write information if the database unlock.

Thanks,
Nail.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to