"Sherief N. Farouk" <[EMAIL PROTECTED]>
wrote in message news:[EMAIL PROTECTED]
> Does SQLite safely handle concurrent access by multiple processes
> reading/writing from the same db?

Yes. It implements a database-wide multiple-readers-single-writer lock.

> Are there any platform exceptions
> to that?

http://sqlite.org/lockingv3.html , in particular section 6.
http://sqlite.org/atomiccommit.html , in particular section 9

Igor Tandetnik 



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

Reply via email to