I'm writing an application that uses an SQLite DB to maintain a list of
hashes that mutliple threads access at random times. Is there a way to
queue sqlite3_exec() statements to locked databases or a way to check if
a database is locked so I can retry every few seconds?
 
Thanks,
 
Kurt
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to