Hello,
 
Maybe many others have asked this question, so I will say sorry if that's  
true.
I have a program which uses threads, when writing to (sometime even reading 
 from) SQLite, I always got the error of database is locked.
I think since SQLite is a file db, so it get locked easily by multi-threads 
 or multi-processes.
But is there a way to resolve this problem instead of switching  database 
to another one?
 
Thanks.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to