> Another question I have is do I understand correctly that an SQLite
> database, on a network share, has no problems with many readers, the
> problem starts with many writers. Is this correct?
>
> Thanks,
> TD

Yes, you'll have problems with many writers since each network file
system implementation differs from operating system to operating
system. I believe there was a recommendation in the documents about
implementing your own VFS layer in these cases if you need multiple
writers in a network share.

Might want to take a look at: http://www.sqlite.org/faq.html#q5

-- 
// --------------------------------------
Enrique Ramirez Irizarry
Lead Developer
Indie Code Labs
http://www.indiecodelabs.com
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to